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

Initialize half_str in new dbon.

This commit is contained in:
demogorgon22 2024-01-18 17:38:55 -05:00
parent f6c5c496c7
commit 12b3c56e80

View file

@ -2735,7 +2735,7 @@ struct monst *mtmp;
int str, dex, con, itl, wis, cha;
int strbon, dexbon, conbon, intbon, wisbon, chabon;
boolean half_str;
boolean half_str = FALSE;
str = acurr(A_STR, mtmp);
dex = acurr(A_DEX, mtmp);