From 3f7b56cd2aeea5342a281ffd4a7d47b2599ba2b0 Mon Sep 17 00:00:00 2001 From: "tronaldnwn@hotmail.com" Date: Tue, 5 Apr 2011 13:37:40 +0000 Subject: [PATCH] Malfunction closet is now 2001 spess suits, because meta gaming issue is now void with the advent of the cheap replica red spess suit in arcade machines. Frank would be pleased, if he were still alive. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1379 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/closets/malfunction.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/closets/malfunction.dm b/code/game/objects/closets/malfunction.dm index 1247e86d3bc..a647887c884 100644 --- a/code/game/objects/closets/malfunction.dm +++ b/code/game/objects/closets/malfunction.dm @@ -3,8 +3,8 @@ sleep(2) new /obj/item/weapon/tank/jetpack(src) new /obj/item/clothing/mask/breath(src) - new /obj/item/clothing/head/helmet/space/syndicate(src) - new /obj/item/clothing/suit/space/syndicate(src) + new /obj/item/clothing/head/helmet/space/nasavoid(src) + new /obj/item/clothing/suit/space/nasavoid(src) new /obj/item/weapon/crowbar(src) new /obj/item/weapon/cell(src) new /obj/item/device/multitool(src) \ No newline at end of file