Browse Source

🐛 Some Hellfire monsters not having the correct HP

Bone Demon
Flesh Thing
Reaper
Na-Krul
pull/1491/head
Anders Jenbo 5 years ago
parent
commit
9331d4b3d3
  1. 4
      Source/monster.h

4
Source/monster.h

@ -109,8 +109,8 @@ struct CMonster {
TSnd *Snds[4][2];
Sint32 width;
Sint32 width2;
Uint8 mMinHP;
Uint8 mMaxHP;
uint16_t mMinHP;
uint16_t mMaxHP;
bool has_special;
Uint8 mAFNum;
Sint8 mdeadval;

Loading…
Cancel
Save