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

Madmen should have the maniac flag set.

This commit is contained in:
ChrisANG 2021-05-20 14:20:16 -04:00
parent bfaf148b81
commit 94aaf43c3f

View file

@ -1997,6 +1997,7 @@ u_init()
#endif /* CONVICT */
case PM_MADMAN:
u.veil = FALSE;
u.umaniac = TRUE;
ini_inv(Madman);
knows_object(SKELETON_KEY);
knows_object(POT_BOOZE);