summary refs log tree commit diff stats
path: root/res/scripts/hallucination_hot_spring.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/hallucination_hot_spring.lua')
-rw-r--r--res/scripts/hallucination_hot_spring.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/scripts/hallucination_hot_spring.lua b/res/scripts/hallucination_hot_spring.lua index 0abd63e..27dd6ac 100644 --- a/res/scripts/hallucination_hot_spring.lua +++ b/res/scripts/hallucination_hot_spring.lua
@@ -1,5 +1,9 @@
1hallucination_hot_spring = {} 1hallucination_hot_spring = {}
2 2
3function hallucination_hot_spring.init()
4 ShowExpression("water_ionia", "surprise")
5end
6
3function hallucination_hot_spring.off_right() 7function hallucination_hot_spring.off_right()
4 ChangeMap("hallucination_cliff", "fromLeft") 8 ChangeMap("hallucination_cliff", "fromLeft")
5end 9end