X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=romance.c;h=7f5da0c8d00af4e5667d723905636947d4a19abe;hp=bafafa765e68ae539032d0d60d71a71e5a3e243b;hb=e4a106dfa01b6c98a80e32a2dcd2ec501adbf952;hpb=4df411e3cd3cc20be5c9fc896da749be643783d1 diff --git a/romance.c b/romance.c index bafafa7..7f5da0c 100644 --- 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",