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."