fixed a couple glitches.

This commit is contained in:
Bryce Covert
2016-05-02 09:13:07 -07:00
parent 219c0094e5
commit 54c2871407
7 changed files with 5 additions and 4 deletions

View File

@@ -190,6 +190,7 @@
:wizard "Do you promise?")
(actions/play-animation entities :ego :frog-nod :stop? false)
(actions/talk entities :wizard "Frustatium DISPOSIUM!!!" :anim :talk-angry :stop? false)
(actions/play-sound entities "ending-castle/georgia-appear.ogg" 0.5 false)
(particle-effect! (get-in @entities [:room :entities :magic-frog-particle]) :reset)
(particle-effect! (get-in @entities [:room :entities :magic-frog-particle]) :start)
(Thread/sleep 1500)