Fix some wording.
This commit is contained in:
parent
8acb98ac27
commit
bb0e10c1ad
3 changed files with 17 additions and 7 deletions
|
|
@ -368,7 +368,7 @@ class DiceThrowUseCase @Inject constructor(
|
|||
character = sheet,
|
||||
action = diceThrow.weapon,
|
||||
diceThrow = action?.damage,
|
||||
title = { getString(R.string.dice_roll_attack_hit_title, it) },
|
||||
title = { getString(R.string.dice_roll_attack_damage_title, it) },
|
||||
alterations = alterations,
|
||||
ability = Property.PHYSICAL_MELEE_DAMAGE,
|
||||
)
|
||||
|
|
@ -398,7 +398,7 @@ class DiceThrowUseCase @Inject constructor(
|
|||
character = sheet,
|
||||
action = diceThrow.weapon,
|
||||
diceThrow = action?.damage,
|
||||
title = { getString(R.string.dice_roll_attack_hit_title, it) },
|
||||
title = { getString(R.string.dice_roll_attack_damage_title, it) },
|
||||
alterations = alterations,
|
||||
ability = Property.PHYSICAL_RANGE_DAMAGE,
|
||||
)
|
||||
|
|
@ -413,7 +413,7 @@ class DiceThrowUseCase @Inject constructor(
|
|||
character = sheet,
|
||||
action = diceThrow.item,
|
||||
diceThrow = action?.effect,
|
||||
title = { getString(R.string.dice_roll_attack_hit_title, it) },
|
||||
title = { getString(R.string.dice_roll_use_object, it) },
|
||||
alterations = emptyMap(),
|
||||
ability = null,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue