-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the ability to perform rests when resetting healing item. This is configurable via the game settings: ![image](https://user-images.githubusercontent.com/4709746/173661881-5f6d71f5-6b34-4b7d-b0f5-34f395106e35.png) The "prompt" setting will prompt every user every time and is the default. The "rest" setting will perform a rest (-1 wound, recover all strain, reset healing item count) The "reset" setting will only reset the healing item count
- Loading branch information
wrycu
authored
Jun 16, 2022
1 parent
1acd7a3
commit 315782d
Showing
5 changed files
with
71 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
{{else}} | ||
0/5 | ||
{{/if}} | ||
|
||
<i class="fas fa-plus-circle medical"></i> | ||
</div> | ||
</div> | ||
|