From 91f9596eec6e304a65321cf3be53f1c59c227415 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Mon, 2 Apr 2018 00:12:43 -0700 Subject: [PATCH] damnit (#36886) --- .../antagonists/clockcult/clock_effects/servant_blocker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/clockcult/clock_effects/servant_blocker.dm b/code/modules/antagonists/clockcult/clock_effects/servant_blocker.dm index 86ca217dda..e7b1ef7b94 100644 --- a/code/modules/antagonists/clockcult/clock_effects/servant_blocker.dm +++ b/code/modules/antagonists/clockcult/clock_effects/servant_blocker.dm @@ -14,7 +14,7 @@ /obj/effect/clockwork/servant_blocker/Destroy(force) if(!force) - return + return QDEL_HINT_LETMELIVE var/turf/T = get_turf(src) . = ..() T.air_update_turf(TRUE)