diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/scripts/hallucination_interior.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/scripts/hallucination_interior.lua b/res/scripts/hallucination_interior.lua index a7bb4ee..9754de3 100644 --- a/res/scripts/hallucination_interior.lua +++ b/res/scripts/hallucination_interior.lua | |||
@@ -281,6 +281,9 @@ function hallucination_interior.lets_switch_places() | |||
281 | FaceTowardSprite("switch_claus", "lucas") | 281 | FaceTowardSprite("switch_claus", "lucas") |
282 | FacePartyTowardSprite("lucas", "switch_claus") | 282 | FacePartyTowardSprite("lucas", "switch_claus") |
283 | Halt("switch_claus") | 283 | Halt("switch_claus") |
284 | PanToSprite("switch_claus", 500) | ||
285 | WaitForPan() | ||
286 | |||
284 | SetAnimation("switch_claus", "talk") | 287 | SetAnimation("switch_claus", "talk") |
285 | 288 | ||
286 | DisplayMessage("* Let's switch places.\n\f* Let's switch places.\n\f* Lucas. Lucas\nLet's switch places.", "Claus", SpeakerType.MAN) | 289 | DisplayMessage("* Let's switch places.\n\f* Let's switch places.\n\f* Lucas. Lucas\nLet's switch places.", "Claus", SpeakerType.MAN) |