summary refs log tree commit diff stats
path: root/res/scripts/hallucination_cliff.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/hallucination_cliff.lua')
-rw-r--r--res/scripts/hallucination_cliff.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/scripts/hallucination_cliff.lua b/res/scripts/hallucination_cliff.lua index 412ff03..8538ee4 100644 --- a/res/scripts/hallucination_cliff.lua +++ b/res/scripts/hallucination_cliff.lua
@@ -7,3 +7,7 @@ end
7function hallucination_cliff.off_left() 7function hallucination_cliff.off_left()
8 ChangeMap("hallucination_hot_spring", "fromRight") 8 ChangeMap("hallucination_hot_spring", "fromRight")
9end 9end
10
11function hallucination_cliff.enter_door()
12 CreateAnimatedSpriteAtWarpPoint("entryway", "entryway", "entryway_appear", "pink_shell", Direction.DOWN, SpriteLayer.NORMAL)
13end