From aac3b1bc1ba48b6e50f661b97326ef191cce3e6c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 9 Mar 2021 13:49:03 -0500 Subject: switch_claus starts talking when he gets ya Kumatora, Duster, and Boney had to be given hitboxes, but they are not considered solid. #10 --- res/maps/hallucination_interior.tmx | 1 + res/scripts/hallucination_interior.lua | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/maps/hallucination_interior.tmx b/res/maps/hallucination_interior.tmx index 7e012eb..1077cf5 100644 --- a/res/maps/hallucination_interior.tmx +++ b/res/maps/hallucination_interior.tmx @@ -159,6 +159,7 @@ + diff --git a/res/scripts/hallucination_interior.lua b/res/scripts/hallucination_interior.lua index 96b90a6..c265a46 100644 --- a/res/scripts/hallucination_interior.lua +++ b/res/scripts/hallucination_interior.lua @@ -270,6 +270,7 @@ end function hallucination_interior.lets_switch_places() StartCutscene() + FaceTowardSprite("switch_claus", "lucas") FacePartyTowardSprite("lucas", "switch_claus") Halt("switch_claus") SetAnimation("switch_claus", "talk") @@ -280,9 +281,13 @@ function hallucination_interior.lets_switch_places() if GetChoiceSelection() == 0 then DisplayMessage("* You'd like that, wouldn't you?\n\f* ...no. That's too easy.\n\fI'm not letting you off that easy.\n\f* It should've been you, right?\nYou feel guilty, right?\n\f* Well guess what, Lucas?\n\fYou're going to live with that for the rest of your life.\n\f* You know why?\n\f* Because you're going to live, Lucas!\n\fYOU'RE. GOING. TO. LIVE!", "Claus", SpeakerType.MAN) - SetAnimation("switch_claus", "still") HideCutsceneBars() + + SetAnimation("switch_claus", "still") else -- TODO: let's switch places end + + -- Just so we can get away, for now. + hallucination_interior.switch_claus_lose_interest() end -- cgit 1.4.1