summary refs log tree commit diff stats
path: root/res/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts')
-rw-r--r--res/scripts/pink_shell.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/scripts/pink_shell.lua b/res/scripts/pink_shell.lua index 775aeae..4d2d4ed 100644 --- a/res/scripts/pink_shell.lua +++ b/res/scripts/pink_shell.lua
@@ -188,9 +188,14 @@ function pink_shell.talk_to_mixolydia()
188 SetAnimation("duster", "frozen") 188 SetAnimation("duster", "frozen")
189 Delay(1000) 189 Delay(1000)
190 190
191 -- TODO: handle fake claus 191 -- TODO: handle fake claus (should Lucas react to this?)
192 if gamestate.still_has_claus then 192 if gamestate.still_has_claus then
193 pink_shell.smack("smack_claus_pos") 193 pink_shell.smack("smack_claus_pos")
194 DestroyNamedSprite("join_claus")
195 CreateAnimatedSpriteAtWarpPoint("puff", "curtain_call", "claus_lineup", "puff!", Direction.DOWN, SpriteLayer.ABOVE)
196 WaitForAnimation("puff")
197
198 DestroyNamedSprite("puff")
194 end 199 end
195 200
196 -- TODO: rest of scene 201 -- TODO: rest of scene