1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-05-01 04:45:09 +01:00

For now, hack all ACU spirit enemies to use the old fixed 8 hit die.

This commit is contained in:
demogorgon22 2024-01-14 13:59:44 -05:00
parent 8cc6e4f445
commit 964988db75

View file

@ -3474,6 +3474,9 @@ hd_size(ptr)
struct permonst *ptr;
{
int size = 8;
// acu spirits all use 8 as hit dice
if((ptr->mtyp >= PM_AHAZU && ptr->mtyp <= PM_NUMINA))
return size;
if(ptr->mtyp == PM_ZHI_REN_MONK)
size = 4;
// return 8;