/data/maps/the_lively/

e6f1'/> A Mother 3 fangame
summary refs log blame commit diff stats
path: root/res/scripts/hallucination_cliff.lua
blob: 412ff0316a2d3c4d9a8d0b2e5d4a22387cca347a (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                



                                                    
hallucination_cliff = {}

function hallucination_cliff.off_bottom()
  ChangeMap("hallucination_interior", "fromTop")
end

function hallucination_cliff.off_left()
  ChangeMap("hallucination_hot_spring", "fromRight")
end