summary refs log tree commit diff stats
path: root/res/scripts/pink_shell.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/pink_shell.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/pink_shell.lua')
-rw-r--r--res/scripts/pink_shell.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/scripts/pink_shell.lua b/res/scripts/pink_shell.lua new file mode 100644 index 0000000..e17236e --- /dev/null +++ b/res/scripts/pink_shell.lua
@@ -0,0 +1,5 @@
1pink_shell = {}
2
3function pink_shell.go_outside()
4 ChangeMap("hallucination_cliff", "fromInside")
5end