From a93663ac91a21fbe973c3bb26de1bef7766e4855 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Sat, 1 Oct 2016 22:58:16 -0700 Subject: [PATCH] Maroon now works as intended --- code/game/gamemodes/objective.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 07836c824d7..a4475b6f57d 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -115,7 +115,7 @@ var/list/potential_theft_objectives = subtypesof(/datum/theft_objective) \ var/turf/T = get_turf(target.current) if(is_admin_level(T.z)) return 0 - return 0 + return 1 return 1