Add an hide feature to a throw.

This commit is contained in:
Andres Gomez, Thomas (ITDV RL) 2024-05-31 10:51:39 +02:00
parent 550522d792
commit 4b34446697
3 changed files with 23 additions and 7 deletions

View file

@ -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,