1
0
Fork 0
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:
ChrisANG 2021-05-28 19:13:37 -04:00
parent 0b26af7154
commit 50a85bcf16

View file

@ -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) */