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:
parent
4c308d9852
commit
dfae7acc5e
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue