Monsters will only accept gifts if they are slightly interested in you. Monster inter...
[rogue-pphs.git] / romance.c
index bafafa7..7f5da0c 100644 (file)
--- a/romance.c
+++ b/romance.c
@@ -112,7 +112,8 @@ int ydelta, xdelta;
 
     liking = count_bits_set(
         hash((op->o_type << 4) ^ op->o_which) & tp->t_stats.s_ont) - 1;
-    if (liking == 0 || tp->t_stats.s_int <= 3)
+    if (liking == 0
+        || liking > 0 && tp->t_stats.s_int <= MAYBE_INTERESTED)
     {
         const char *msgs[] = {
             "The %s ignores %s",