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:
parent
f6c5c496c7
commit
12b3c56e80
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue