From 73658a8c0be0661a2e79f7c8a0dcfd3fb280cc44 Mon Sep 17 00:00:00 2001 From: Cheridan Date: Mon, 2 Mar 2015 00:09:37 -0600 Subject: [PATCH] Updates SSU, Reprices Explosive Implants --- code/datums/uplink_item.dm | 2 +- code/game/machinery/suit_storage_unit.dm | 1 - code/modules/clothing/spacesuits/hardsuit.dm | 5 ++--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index e58d964dfcd..9c01029e1bb 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -570,7 +570,7 @@ var/list/uplink_items = list() name = "Explosive Implant" desc = "An implant injected into the body, and later activated either manually or automatically upon death. Creates a moderately-sized fiery explosion. For those agents who know there is no going back." item = /obj/item/weapon/storage/box/syndie_kit/imp_explosive - cost = 9 + cost = 6 // POINTLESS BADASSERY diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index 5e0c8bc7990..77472452150 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -75,7 +75,6 @@ /obj/machinery/suit_storage_unit/syndicate SUIT_TYPE = /obj/item/clothing/suit/space/hardsuit/syndi - HELMET_TYPE = /obj/item/clothing/head/helmet/space/hardsuit/syndi MASK_TYPE = /obj/item/clothing/mask/gas/syndicate STORAGE_TYPE = /obj/item/weapon/tank/jetpack/oxygen/harness diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index 07dd94c9a10..c76fbd9c198 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -198,6 +198,7 @@ ..() flags ^= NODROP + //The Owl Hardsuit /obj/item/clothing/head/helmet/space/hardsuit/syndi/owl name = "owl hardsuit helmet" @@ -214,9 +215,7 @@ icon_state = "hardsuit1-owl" item_state = "s_suit" item_color = "owl" - -/obj/item/clothing/head/helmet/space/hardsuit/syndi/update_icon() - icon_state = "hardsuit[on]-[item_color]" + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/syndi/owl //Wizard hardsuit