Skip to content

Commit

Permalink
DiD S9: increase health
Browse files Browse the repository at this point in the history
Bats deal 3 damage.
Malin heals also 3 damage if he hits (unless the enemy has less than 6 health)
With 28 hp, Malin can take 9 more hits than he does,
compared to 6 previously on hard (and 8 previously on normal)

closes #5296
  • Loading branch information
sevu committed Dec 2, 2020
1 parent c723dc1 commit db28a86
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -1685,14 +1685,10 @@
[unit]
side=1
x,y=3,34
#ifdef HARD
hitpoints=22
#endif
#ifdef NORMAL
hitpoints=27
#endif
#ifdef EASY
hitpoints=33
#else
hitpoints=28
#endif
facing=se
animate=yes
Expand Down

0 comments on commit db28a86

Please sign in to comment.