1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-05-16 12:35:05 +01:00

Marionette taboo (removal of curses)

This commit is contained in:
Chris-plus-alphanumericgibberish 2014-05-30 02:54:10 -04:00
parent 58e4b1ef6f
commit 600c5c717d
3 changed files with 3 additions and 0 deletions

View file

@ -511,6 +511,7 @@ peffects(otmp)
if (u.ulycn >= LOW_PM)
you_unwere(TRUE); /* "Purified" */
/* make_confused(0L,TRUE); */
if(u.sealsActive&SEAL_MARIONETTE) unbind(SEAL_MARIONETTE,TRUE);
} else {
if(u.ualign.type == A_LAWFUL) {
pline("This burns like acid!");

View file

@ -1028,6 +1028,7 @@ pleased(g_align)
}
}
if (any) update_inventory();
if(u.sealsActive&SEAL_MARIONETTE) unbind(SEAL_MARIONETTE,TRUE);
break;
}
case 5: {

View file

@ -1193,6 +1193,7 @@ struct obj *sobj;
if (sobj->cursed) {
pline_The("scroll disintegrates.");
} else {
if(!confused && u.sealsActive&SEAL_MARIONETTE) unbind(SEAL_MARIONETTE,TRUE);
for (obj = invent; obj; obj = obj->nobj) {
long wornmask;
#ifdef GOLDOBJ