mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-08-10 22:51:38 +01:00
Re-order drow code, hedrow madmen are neutral.
This commit is contained in:
parent
f1284b4be1
commit
5f3caecbb8
1 changed files with 3 additions and 3 deletions
|
@ -2390,7 +2390,9 @@ u_init()
|
|||
u.ualign.god = u.ugodbase[UGOD_CURRENT] = u.ugodbase[UGOD_ORIGINAL] = align_to_god(u.ualign.type);
|
||||
flags.initalign = 1; // 1 == neutral
|
||||
}
|
||||
} else if(!Role_if(PM_EXILE) && !Role_if(PM_CONVICT) && !Role_if(PM_MADMAN)){
|
||||
} else if(Role_if(PM_ANACHRONONAUT)){
|
||||
u.umartial = TRUE;
|
||||
} else if(!Role_if(PM_EXILE) && !Role_if(PM_CONVICT)){
|
||||
ini_inv(DrovenCloak);
|
||||
if(!flags.female){
|
||||
/* Males are neutral */
|
||||
|
@ -2398,8 +2400,6 @@ u_init()
|
|||
u.ualign.god = u.ugodbase[UGOD_CURRENT] = u.ugodbase[UGOD_ORIGINAL] = align_to_god(u.ualign.type);
|
||||
flags.initalign = 1; // 1 == neutral
|
||||
}
|
||||
} else if(Role_if(PM_ANACHRONONAUT)){
|
||||
u.umartial = TRUE;
|
||||
}
|
||||
/* Drow can recognize all droven objects */
|
||||
if(!Role_if(PM_MADMAN)){ /*Madmen have been amnesticized*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue