From 62e84f5ff778c12f9ccf86ec6dbaff97bc84a622 Mon Sep 17 00:00:00 2001 From: "petethegoat@gmail.com" Date: Fri, 2 Mar 2012 18:05:27 +0000 Subject: [PATCH] Removed thermals as a traitor objective. Thanks SkyMarshal! git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3235 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/objective.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 44a49cf9f96..79bae698ad9 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -270,7 +270,6 @@ datum/objective/steal "a functional AI" = /obj/item/device/aicard, "a pair of magboots" = /obj/item/clothing/shoes/magboots, "the station blueprints" = /obj/item/blueprints, - "thermal optics" = /obj/item/clothing/glasses/thermal, "a nasa voidsuit" = /obj/item/clothing/suit/space/nasavoid, "28 moles of plasma (full tank)" = /obj/item/weapon/tank, )