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