Fix Perception check (was using Persuassion mastery)

This commit is contained in:
Thomas Andres Gomez 2023-11-03 10:48:09 +01:00
parent 3236f29dff
commit 30a68a21d6

View file

@ -277,7 +277,7 @@ class DiceThrowUseCase @Inject constructor(
alterations = alterations,
abilityLabel = { getString(R.string.character_sheet_proficiency_perception) },
relatedLabel = { getString(R.string.character_sheet_stat_wisdom) },
ability = Property.PERSUASION,
ability = Property.PERCEPTION,
relatedStat = Property.WISDOM,
)