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:
parent
a8928b7754
commit
3b3ee49b63
1 changed files with 1 additions and 0 deletions
|
@ -17238,6 +17238,7 @@ struct monst *mdef;
|
|||
|
||||
#define DID_MOVE u.uen -= 8;\
|
||||
nomul(0, NULL);\
|
||||
u.uattked = TRUE;\
|
||||
return TRUE;
|
||||
|
||||
/* monk_moves()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue