diff --git a/client/Scenes/World.scn b/client/Scenes/World.scn index 9f9ebbe..4cd28bb 100644 Binary files a/client/Scenes/World.scn and b/client/Scenes/World.scn differ diff --git a/client/Scripts/Entities/NPCs/IntroScientist.gd b/client/Scripts/Entities/NPCs/IntroScientist.gd index a44d13d..c9d371a 100644 --- a/client/Scripts/Entities/NPCs/IntroScientist.gd +++ b/client/Scripts/Entities/NPCs/IntroScientist.gd @@ -4,7 +4,7 @@ func _ready(): connect("interacted", self, "_on_interact") $Speaker.speaker = "fast_talker" $Speaker.speaker_name = "Dr.Thadd" - #$Speaker.start_dialog("intro_science") + $Speaker.start_dialog("intro_science") func _on_interact(): $Speaker.start_dialog("intro_science_followup")