From b8c035b3059b092d20f353283fd79b226618b850 Mon Sep 17 00:00:00 2001 From: coolestskinnieinthejungle Date: Sun, 13 Jun 2021 17:33:26 -0500 Subject: [PATCH] stella shocked img import fix from lazysnake --- game/script.rpy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/script.rpy b/game/script.rpy index 21d53ec..292ab6a 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -1,4 +1,3 @@ -#TODO: transfer that muhfuckin non-script code to this time-out-corner #TODO #add chadshark #The game needs something like a CG gallery, if only to track your progress. @@ -194,7 +193,7 @@ image fang c shocked flip = im.Flip("fang/future sets/fang c shocked.png", horiz image reed shocked flip = im.Flip("reed/reed shocked.png", horizontal=True) image naser shocked flip = im.Flip("naser/naser shocked.png", horizontal=True) image naomi shocked flip = im.Flip("naomi/naomi shocked.png", horizontal=True) -image stella shock alt flip = im.Flip("stella/stella shocked alt.png", horizontal=True) +image stella shock alt flip = im.Flip("stella/stella shock alt.png", horizontal=True) #considering flips image fang considering flip = im.Flip("fang/basic set/fang considering.png", horizontal=True)