From: Joe Wreschnig Date: Sun, 7 Apr 2013 15:11:57 +0000 (+0200) Subject: Aggravate a monster if a flirt or gift was unsuccessful. X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=commitdiff_plain;h=4411252a0951e08a912a0c56299d894a42bb4d77 Aggravate a monster if a flirt or gift was unsuccessful. --- diff --git a/romance.c b/romance.c index 96e9809..f1daa06 100644 --- a/romance.c +++ b/romance.c @@ -74,6 +74,7 @@ int ydelta, xdelta; "The %s is sick of your crap.", }; msg(rndchoice(msgs), killname(tp->t_type)); + wake_monster(tp->t_pos.y, tp->t_pos.x); } else { @@ -141,6 +142,7 @@ int ydelta, xdelta; }; msg(rndchoice(msgs), killname(tp->t_type), inv_name(op, TRUE)); tp->t_stats.s_int -= liking * 2; + wake_monster(tp->t_pos.y, tp->t_pos.x); } /*