summary refs log tree commit diff stats
path: root/res/scripts
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-03-02 20:03:32 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-03-02 20:03:32 -0500
commit5e6d487dcf1ad94c16543012ec3b9a54e3fd9c0c (patch)
treeaaa4df25cef0a5654508dd26b1f7ce371d03bf17 /res/scripts
parent22a5ae8b5d5be58a0bd50b71335d2444857442bc (diff)
downloadtanetane-5e6d487dcf1ad94c16543012ec3b9a54e3fd9c0c.tar.gz
tanetane-5e6d487dcf1ad94c16543012ec3b9a54e3fd9c0c.tar.bz2
tanetane-5e6d487dcf1ad94c16543012ec3b9a54e3fd9c0c.zip
Claus vanishes into a puff of smoke when smacked by Mixolydia
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