X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=romance.c;h=f1daa06fb5f0fd1623b88b417c694cefeab7f868;hp=96e98091ec91fcaa905b9ac3245b8d34a8d9a3e6;hb=HEAD;hpb=2b01379a8064b573eea4362c9b8d030ab27c6043 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); } /*