Skip to content

Commit

Permalink
Removes old golem items
Browse files Browse the repository at this point in the history
  • Loading branch information
imtakingabreakdontatme committed Feb 11, 2018
1 parent 22ba42e commit e2eec4b
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions code/modules/research/xenobiology/xenobiology.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e2eec4b

Please sign in to comment.