From 68c420af2ef9815f3369d6f5598d885dee3ae44d Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sun, 14 Jun 2015 23:49:28 -0400 Subject: [PATCH] Fixes Lazy Syndicates --- code/game/gamemodes/steal_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/steal_items.dm b/code/game/gamemodes/steal_items.dm index aa02fb9ece1..66f65cb20ff 100644 --- a/code/game/gamemodes/steal_items.dm +++ b/code/game/gamemodes/steal_items.dm @@ -200,7 +200,7 @@ datum/theft_objective/ai/check_special_completion(var/obj/item/device/aicard/C) typepath = /obj/item/weapon/tank min=28 max=28 - protected_jobs = list("Chief Engineer", "Engineer", "Scientist", "Research Director", "Life Support Specialist") + protected_jobs = list("Chief Engineer", "Station Engineer", "Scientist", "Research Director", "Life Support Specialist") /datum/theft_objective/number/plasma_gas/getAmountStolen(var/obj/item/I) return I:air_contents:toxins