Skip to content

Commit

Permalink
fix 4 later
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Aug 9, 2024
1 parent 03e3fa0 commit 02df2ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/simulacrum/simulacrumcutscenes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@
simulacrum_text_ending_good_2(human)

/proc/simulacrum_text_ending_good_2(mob/living/carbon/human/human)
if(!GLOB.simulation_controller.next_simulation)
GLOB.simulation_controller.next_simulation = GLOB.simulation_controller.non_completed_simulations[1][1]
var/atom/movable/screen/text/screen_text/text_box = new /atom/movable/screen/text/screen_text/simulacrum_message()
text_box.text_to_play = "..."
text_box.player = human.client
Expand Down

0 comments on commit 02df2ed

Please sign in to comment.