From e9021f1b875a6489339c04b822cb265ce92b447a Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Thu, 20 Oct 2022 16:44:13 +0100 Subject: [PATCH] Bug fix * Fixed missing reconstruction call --- game/scripts/doll/chibi.rpy | 1 + 1 file changed, 1 insertion(+) diff --git a/game/scripts/doll/chibi.rpy b/game/scripts/doll/chibi.rpy index f60458d5..11f0a30b 100644 --- a/game/scripts/doll/chibi.rpy +++ b/game/scripts/doll/chibi.rpy @@ -205,6 +205,7 @@ init 5 python: return self.idle = pose + self.anim_constructor() def stop(self): # Freezes the animation