summary refs log tree commit diff stats
path: root/res/scripts/hallucination_hot_spring.lua
blob: 27dd6ac3ed004c508ff760a94b09c99b071a9ee8 (plain) (blame)
1
2
3
4
5
6
7
8
9
hallucination_hot_spring = {}

function hallucination_hot_spring.init()
  ShowExpression("water_ionia", "surprise")
end

function hallucination_hot_spring.off_right()
  ChangeMap("hallucination_cliff", "fromLeft")
end