Aggravate a monster if a flirt or gift was unsuccessful.
[rogue-pphs.git] / romance.c
index 96e9809..f1daa06 100644 (file)
--- 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);
     }
     
     /*