diff --git a/scenes/Day2.tscn b/scenes/Day2.tscn index 54abfb7..1c217ec 100644 --- a/scenes/Day2.tscn +++ b/scenes/Day2.tscn @@ -278,6 +278,7 @@ position = Vector2(724, 465) [connection signal="DialogEnded" from="NPCs/Eugene" to="." method="EnableEngine"] [connection signal="DialogEnded" from="NPCs/Engine" to="." method="EnableEndDay"] +[connection signal="finished" from="Nightmare" to="." method="ChangeScene"] [connection signal="OnInteract" from="EndDay" to="." method="ChangeDay"] [connection signal="PlayerLeft" from="EndDay" to="." method="RemoveEndDay"] [connection signal="PlayerNearBy" from="EndDay" to="." method="AssignEndDay"] diff --git a/scenes/Day3.tscn b/scenes/Day3.tscn index d1b6eee..b6a72c8 100644 --- a/scenes/Day3.tscn +++ b/scenes/Day3.tscn @@ -278,6 +278,7 @@ position = Vector2(757, 512) [connection signal="DialogEnded" from="NPCs/Computer" to="." method="EnableEngine"] [connection signal="DialogEnded" from="NPCs/Engine" to="." method="EnableEndDay"] +[connection signal="finished" from="Nightmare" to="." method="ChangeScene"] [connection signal="OnInteract" from="EndDay" to="." method="ChangeDay"] [connection signal="PlayerLeft" from="EndDay" to="." method="RemoveEndDay"] [connection signal="PlayerNearBy" from="EndDay" to="." method="AssignEndDay"] diff --git a/scenes/Day4.tscn b/scenes/Day4.tscn index fb53769..0bad460 100644 --- a/scenes/Day4.tscn +++ b/scenes/Day4.tscn @@ -278,6 +278,7 @@ position = Vector2(402, 395) [connection signal="DialogEnded" from="NPCs/Doctor" to="." method="EnableEngine"] [connection signal="DialogEnded" from="NPCs/Engine" to="." method="ChangeDay"] +[connection signal="finished" from="Nightmare" to="." method="ChangeScene"] [connection signal="OnInteract" from="EndDay" to="." method="ChangeDay"] [connection signal="PlayerLeft" from="EndDay" to="." method="RemoveEndDay"] [connection signal="PlayerNearBy" from="EndDay" to="." method="AssignEndDay"]