summary refs log tree commit diff stats
path: root/res/scripts/hallucination_cliff.lua
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-28 16:24:11 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-28 16:24:11 -0500
commita27a616841b6d02f56fe821b97c17e00752d23f3 (patch)
treece5f773a18780b53af28e44f6b7ef75931e366c1 /res/scripts/hallucination_cliff.lua
parent451241bc002efc99f628e399a63bf1b6c29b19c8 (diff)
downloadtanetane-a27a616841b6d02f56fe821b97c17e00752d23f3.tar.gz
tanetane-a27a616841b6d02f56fe821b97c17e00752d23f3.tar.bz2
tanetane-a27a616841b6d02f56fe821b97c17e00752d23f3.zip
Added inside of Mixolydia's house
Diffstat (limited to 'res/scripts/hallucination_cliff.lua')
-rw-r--r--res/scripts/hallucination_cliff.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/scripts/hallucination_cliff.lua b/res/scripts/hallucination_cliff.lua index 8538ee4..fefd219 100644 --- a/res/scripts/hallucination_cliff.lua +++ b/res/scripts/hallucination_cliff.lua
@@ -10,4 +10,5 @@ end
10 10
11function hallucination_cliff.enter_door() 11function hallucination_cliff.enter_door()
12 CreateAnimatedSpriteAtWarpPoint("entryway", "entryway", "entryway_appear", "pink_shell", Direction.DOWN, SpriteLayer.NORMAL) 12 CreateAnimatedSpriteAtWarpPoint("entryway", "entryway", "entryway_appear", "pink_shell", Direction.DOWN, SpriteLayer.NORMAL)
13 ChangeMap("pink_shell", "fromOutside")
13end 14end