mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 00:22:16 +00:00
UtBS: increase HP loss from dehydration
This commit is contained in:
parent
3745de3a30
commit
74033f89b2
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user