From b78f736ab02ba4ac627265cc9bc1f99435c49256 Mon Sep 17 00:00:00 2001 From: lazysnake Date: Sun, 13 Jun 2021 08:41:17 +0200 Subject: [PATCH] stella shocked img import fix --- game/script.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/script.rpy b/game/script.rpy index 63ff5ac..5dd7be2 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -192,7 +192,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)