From cd448abae5fc5dee86b1e0b03abb1dd2c6040cb5 Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Thu, 29 Feb 2024 20:36:01 -0600 Subject: [PATCH] One more hard delete (#2790) ## About The Pull Request missed one relating to missions ## Why It's Good For The Game harddel bad ## Changelog :cl: /:cl: --- code/modules/overmap/missions.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/overmap/missions.dm b/code/modules/overmap/missions.dm index 135f6b53ce45..41ac27dce3a1 100644 --- a/code/modules/overmap/missions.dm +++ b/code/modules/overmap/missions.dm @@ -59,7 +59,7 @@ servant = null for(var/bound in bound_atoms) remove_bound(bound) - dur_timer = null + deltimer(dur_timer) return ..() /datum/mission/proc/turn_in()