From 260036b1967908f7705ba7d7e424b91d3e0923dc Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 26 Aug 2022 22:21:21 +0200 Subject: [PATCH] Fix --- game/scripts/characters/tonks/talk.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")