Skip to content

Commit

Permalink
UtBS: increase HP loss from dehydration
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Jul 19, 2020
1 parent 3745de3 commit 74033f8
Showing 1 changed file with 9 additions and 1 deletion.
Expand Up @@ -175,7 +175,15 @@ Hd, Dd*, Dd^E*, Rd #enddef
name=prestart

# dehydration loss - a variable for the dialogue
{VARIABLE dehydration_loss 4}
#ifdef EASY
{VARIABLE dehydration_loss 3}
#endif
#ifdef NORMAL
{VARIABLE dehydration_loss 5}
#endif
#ifdef HARD
{VARIABLE dehydration_loss 7}
#endif
[/event]

[event]
Expand Down

0 comments on commit 74033f8

Please sign in to comment.