diff --git a/game/scripts/characters/tonks/talk.rpy b/game/scripts/characters/tonks/talk.rpy index a3c91346..6ec35ed9 100644 --- a/game/scripts/characters/tonks/talk.rpy +++ b/game/scripts/characters/tonks/talk.rpy @@ -140,7 +140,7 @@ label tonks_talk: gen "But I thought you didn't mind it?" ("base", xpos="far_left", ypos="head") ton "Oh, I don't mind at all, [ton_genie_name]!" ("horny", "base", "base", "mid") jump tonks_talk - "-Lover-": (style="disabled") if ton_friendship < 60: + "-Lover-" (style="disabled") if ton_friendship < 60: label .lover_fail: ton "You mean that you \"love how well we work together\", right?" ("base", "narrow", "raised", "mid") gen "Err..." ("base", xpos="far_left", ypos="head")