summary refs log tree commit diff stats
path: root/res/scripts/hallucination_interior.lua
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-03-01 22:19:46 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-03-01 22:19:46 -0500
commit7fa69be4e88f1fcf057871fec7e4503f50578465 (patch)
tree70a01aafe4092c29c112f72895494dbfa2033496 /res/scripts/hallucination_interior.lua
parentd8e7d815c197c5477678d835038dc3ff86c2a7e8 (diff)
downloadtanetane-7fa69be4e88f1fcf057871fec7e4503f50578465.tar.gz
tanetane-7fa69be4e88f1fcf057871fec7e4503f50578465.tar.bz2
tanetane-7fa69be4e88f1fcf057871fec7e4503f50578465.zip
Started writing the Mixolydia scene!
Looking pretty good so far.

TODO: direction facing functions have inverted Y coordinate. confusion expression doesn't exist yet. rest of scene.
Diffstat (limited to 'res/scripts/hallucination_interior.lua')
-rw-r--r--res/scripts/hallucination_interior.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/scripts/hallucination_interior.lua b/res/scripts/hallucination_interior.lua index 4fbaa99..9ef808e 100644 --- a/res/scripts/hallucination_interior.lua +++ b/res/scripts/hallucination_interior.lua
@@ -45,6 +45,9 @@ function hallucination_interior.join_claus()
45 45
46 local clausSprite = getSprite(clausId) 46 local clausSprite = getSprite(clausId)
47 clausSprite.persistent = true 47 clausSprite.persistent = true
48
49 gamestate.claus_joined = true
50 gamestate.still_has_claus = true
48 else 51 else
49 DisplayMessage("* You won't let me join in?\nWhy not? Why not?\n\f* Why won't you let me join in?", "Claus", SpeakerType.MAN) 52 DisplayMessage("* You won't let me join in?\nWhy not? Why not?\n\f* Why won't you let me join in?", "Claus", SpeakerType.MAN)
50 WaitForEndOfMessage() 53 WaitForEndOfMessage()