1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-11 07:01:37 +01:00

Bugfix: Make Monk moves set uattked

I told a lie earlier, it wasn't doing this already o.o'
This commit is contained in:
chris 2022-03-30 13:33:54 -04:00
parent a8928b7754
commit 3b3ee49b63

View file

@ -17238,6 +17238,7 @@ struct monst *mdef;
#define DID_MOVE u.uen -= 8;\
nomul(0, NULL);\
u.uattked = TRUE;\
return TRUE;
/* monk_moves()