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.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/scripts/hallucination_cliff.lua b/res/scripts/hallucination_cliff.lua new file mode 100644 index 0000000..f351e1e --- /dev/null +++ b/res/scripts/hallucination_cliff.lua
@@ -0,0 +1,5 @@
1hallucination_cliff = {}
2
3function hallucination_cliff.off_bottom()
4 ChangeMap("hallucination_interior", "fromTop")
5end