Merge pull request #1179 from TheFlagbearer/revert-1158-Theflagbearer-customitems

The Flagbearer - Custom Item Fixes
This commit is contained in:
ZomgPonies
2015-05-27 19:39:58 -04:00
4 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -241,10 +241,12 @@
/obj/item/clothing/under/fluff/arachno_suit // Custom Jumpsuit
name = "Arachno-Man costume"
desc = "It's what an evil genius would design if he switched brains with the Amazing Arachno-Man. Actually, he'd probably add weird tentacles that come out the back, too."
icon = 'icons/obj/custom_items.dmi'
icon = 'icons/obj/clothing/uniforms.dmi'
icon_state = "superior_suit"
item_state = "superior_suit"
_color = "superior_suit"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
flags_inv = HIDEGLOVES|HIDESHOES
/obj/item/clothing/head/fluff/arachno_mask
name = "Arachno-Man mask"
@@ -253,5 +255,7 @@
icon_state = "superior_mask"
item_state = "superior_mask"
body_parts_covered = HEAD
flags = BLOCKHAIR
flags_inv = HIDEFACE
//////////// Weapons ////////////