1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-06 12:45:25 +01:00

Targeted wages anger their victim

Even if the victim resisted -- after all, zapping a red dragon with a wand of fire angers it.
This commit is contained in:
NeroOneTrueKing 2021-09-30 17:45:34 -05:00
parent 4c308d9852
commit dfae7acc5e

View file

@ -5859,6 +5859,10 @@ struct obj *obj;
}
break;
}
/* if you targeted a monster, it gets angry, even if it was unaffected */
if (mtmp) {
wakeup(mtmp, TRUE);
}
}
/* handle B/U/C effect of wages */
soul_crush_consequence(obj);