Add an hide feature to a throw.
This commit is contained in:
parent
550522d792
commit
4b34446697
3 changed files with 23 additions and 7 deletions
|
|
@ -655,6 +655,7 @@ class DiceThrowUseCase @Inject constructor(
|
|||
timestamp = System.currentTimeMillis(),
|
||||
title = abilityTitleString.uppercase(),
|
||||
highlight = abilityLabelString.uppercase(),
|
||||
hidden = ability == Property.DEATH_SAVING_THROW,
|
||||
face = 20,
|
||||
roll = allValue.toLabel(),
|
||||
result = rollResult,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue