From 3d5e49f06dc5220e0484ad1886f1e7eda81e4bcc Mon Sep 17 00:00:00 2001 From: vuonojenmustaturska Date: Mon, 12 Feb 2018 17:08:18 +0200 Subject: [PATCH] Merge pull request #35549 from KorPhaeron/golem Removes old golem items --- .../research/xenobiology/xenobiology.dm | 65 ------------------- 1 file changed, 65 deletions(-) diff --git a/code/modules/research/xenobiology/xenobiology.dm b/code/modules/research/xenobiology/xenobiology.dm index 1497741719..c6b9e4b902 100644 --- a/code/modules/research/xenobiology/xenobiology.dm +++ b/code/modules/research/xenobiology/xenobiology.dm @@ -825,71 +825,6 @@ L.regenerate_icons() qdel(src) -////////Adamantine Golem stuff I dunno where else to put it - -// This will eventually be removed. - -/obj/item/clothing/under/golem - name = "adamantine skin" - desc = "A golem's skin." - icon_state = "golem" - item_state = "golem" - item_color = "golem" - flags_1 = ABSTRACT_1 | NODROP_1 - resistance_flags = LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF - has_sensor = NO_SENSORS - -/obj/item/clothing/suit/golem - name = "adamantine shell" - desc = "A golem's thick outer shell." - icon_state = "golem" - item_state = "golem" - w_class = WEIGHT_CLASS_BULKY - gas_transfer_coefficient = 0.9 - permeability_coefficient = 0.5 - body_parts_covered = FULL_BODY - flags_inv = HIDEGLOVES | HIDESHOES | HIDEJUMPSUIT - resistance_flags = LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF - flags_1 = ABSTRACT_1 | NODROP_1 - -/obj/item/clothing/shoes/golem - name = "golem's feet" - desc = "Sturdy adamantine feet." - icon_state = "golem" - item_state = null - resistance_flags = LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF - flags_1 = NOSLIP_1 | ABSTRACT_1 | NODROP_1 - - -/obj/item/clothing/mask/breath/golem - name = "golem's face" - desc = "The imposing face of an adamantine golem." - icon_state = "golem" - item_state = "golem" - siemens_coefficient = 0 - resistance_flags = LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF - flags_1 = ABSTRACT_1 | NODROP_1 - - -/obj/item/clothing/gloves/golem - name = "golem's hands" - desc = "Strong adamantine hands." - icon_state = "golem" - item_state = null - siemens_coefficient = 0 - flags_1 = ABSTRACT_1 | NODROP_1 - resistance_flags = LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF - - -/obj/item/clothing/head/space/golem - icon_state = "golem" - item_state = "dermal" - item_color = "dermal" - name = "golem's head" - desc = "A golem's head." - resistance_flags = LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF - flags_1 = ABSTRACT_1 | NODROP_1 - /obj/item/stack/tile/bluespace name = "bluespace floor tile" singular_name = "floor tile"