summary refs log tree commit diff stats
path: root/res/scripts/hallucination_interior.lua
diff options
context:
space:
mode:
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()