From caa2e5153ec63f0dee6f4e7006b54c1dcec65fc5 Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 29 Sep 2022 21:07:25 +0200 Subject: [PATCH] fix * Hid image for mafkin chat until underlying code supports it. --- game/scripts/shops/dress/chitchats.rpy | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/game/scripts/shops/dress/chitchats.rpy b/game/scripts/shops/dress/chitchats.rpy index 98b0052b..6b595e18 100644 --- a/game/scripts/shops/dress/chitchats.rpy +++ b/game/scripts/shops/dress/chitchats.rpy @@ -810,11 +810,12 @@ label purchase_outfit(item): $ renpy.play("sounds/scribble.ogg") gen "Well, if you could, I'd like something like this... *scribbles*." ("base", xpos="far_left", ypos="head") - show image Transform(Fixed("paper", "geniedrawing", fit_first=True), align=(0.5, 0.5), zoom=0.5) as drawing - with d5 - call ctc - hide drawing - with d5 + #TODO uncomment once conversion for python 3 allows it + #show image Transform(Fixed("paper", "geniedrawing", fit_first=True), align=(0.5, 0.5), zoom=0.5) as drawing + #with d5 + #call ctc + #hide drawing + #with d5 maf "I see..." maf "Well, I suppose, with a couple adjustments... Something like that should be doable."