diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-24 22:19:00 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-24 22:19:00 -0500 |
commit | e4251457fa46d22071c034e04d1f5ac53ba29593 (patch) | |
tree | 8b61201a9a2d109041a298fa8ae43ae2f03cda3f /res | |
parent | 4effe126d5b04d7e8572f8d785735a66150aa4ee (diff) | |
download | tanetane-e4251457fa46d22071c034e04d1f5ac53ba29593.tar.gz tanetane-e4251457fa46d22071c034e04d1f5ac53ba29593.tar.bz2 tanetane-e4251457fa46d22071c034e04d1f5ac53ba29593.zip |
Added map init scripts
Map scripts also now actually run in their own lua thread.
Diffstat (limited to 'res')
-rw-r--r-- | res/scripts/hallucination_hot_spring.lua | 4 |
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 @@ | |||
1 | hallucination_hot_spring = {} | 1 | hallucination_hot_spring = {} |
2 | 2 | ||
3 | function hallucination_hot_spring.init() | ||
4 | ShowExpression("water_ionia", "surprise") | ||
5 | end | ||
6 | |||
3 | function hallucination_hot_spring.off_right() | 7 | function hallucination_hot_spring.off_right() |
4 | ChangeMap("hallucination_cliff", "fromLeft") | 8 | ChangeMap("hallucination_cliff", "fromLeft") |
5 | end | 9 | end |