mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-08-13 08:01:40 +01:00
Set only the normal gods to be angry at madmen
This commit is contained in:
parent
0b26af7154
commit
50a85bcf16
1 changed files with 4 additions and 3 deletions
|
@ -2022,9 +2022,10 @@ u_init()
|
|||
knows_object(WAN_PROBING);
|
||||
skill_init(Skill_Mad);
|
||||
u.ualign.sins += 13; /* You have sinned */
|
||||
for(i=0;i<SIZE(u.ugangr);i++){
|
||||
u.ugangr[i] = 1; /* gods slightly torqued */
|
||||
}
|
||||
/* gods slightly torqued */
|
||||
u.ugangr[GA_LAWFUL] = 1;
|
||||
u.ugangr[GA_NEUTRAL] = 1;
|
||||
u.ugangr[GA_CHAOTIC] = 1;
|
||||
u.usanity = 75; /* Your sanity is not so hot */
|
||||
u.umadness |= MAD_DELUSIONS; /* Your sanity is not so hot */
|
||||
u.udrunken = 30; /* Your sanity is not so hot (and you may have once been more powerful) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue