diff options
Diffstat (limited to 'res/scripts')
-rw-r--r-- | res/scripts/hallucination_cliff.lua | 4 |
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 | |||
7 | function hallucination_cliff.off_left() | 7 | function hallucination_cliff.off_left() |
8 | ChangeMap("hallucination_hot_spring", "fromRight") | 8 | ChangeMap("hallucination_hot_spring", "fromRight") |
9 | end | 9 | end |
10 | |||
11 | function hallucination_cliff.enter_door() | ||
12 | CreateAnimatedSpriteAtWarpPoint("entryway", "entryway", "entryway_appear", "pink_shell", Direction.DOWN, SpriteLayer.NORMAL) | ||
13 | end | ||