Skip to content

Commit

Permalink
Update code/datums/tutorial/_tutorial.dm
Browse files Browse the repository at this point in the history
Co-authored-by: fira <[email protected]>
  • Loading branch information
Zonespace27 and fira committed Nov 25, 2023
1 parent 353e9f4 commit ca65261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/tutorial/_tutorial.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ GLOBAL_LIST_EMPTY(ongoing_tutorials)
/// The proc used to end and clean up the tutorial
/datum/tutorial/proc/end_tutorial(completed = FALSE)
SHOULD_CALL_PARENT(TRUE)
SIGNAL_HANDLER

if(tutorial_mob)
remove_action(tutorial_mob, /datum/action/tutorial_end)
Expand Down

0 comments on commit ca65261

Please sign in to comment.