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:
parent
189486d356
commit
617c81c749
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue