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

Drow madmen don't start with cloaks

This commit is contained in:
chris 2022-05-22 22:14:32 -04:00
parent 189486d356
commit 617c81c749

View file

@ -2398,7 +2398,7 @@ u_init()
}
} else if(Role_if(PM_ANACHRONONAUT)){
u.umartial = TRUE;
} else if(!Role_if(PM_EXILE) && !Role_if(PM_CONVICT)){
} else if(!Role_if(PM_EXILE) && !Role_if(PM_CONVICT) && !Role_if(PM_MADMAN)){
ini_inv(DrovenCloak);
if(!flags.female){
/* Males are neutral */