Skip to content

Commit

Permalink
Merge branch 'tutorial-system' of https://github.com/Zonespace27/cmss13
Browse files Browse the repository at this point in the history
… into tutorial-system
  • Loading branch information
Zonespace27 committed Dec 26, 2023
2 parents 2d729df + 3fec15b commit aa3e152
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/datums/tutorial/_tutorial.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ GLOBAL_LIST_EMPTY_TYPED(ongoing_tutorials, /datum/tutorial)

tutorial_mob = null // We don't delete it because the turf reservation will typically clean it up

for(var/path in tracking_atoms)
QDEL_NULL(tracking_atoms[path])

tracking_atoms.Cut()
QDEL_LIST_ASSOC_VAL(tracking_atoms)

return ..()

Expand Down

0 comments on commit aa3e152

Please sign in to comment.