Merge pull request #1556 from Nerezza/atmosgear

Red hardhats for atmos!
This commit is contained in:
Albert Iordache
2012-07-30 14:27:27 -07:00
2 changed files with 2 additions and 0 deletions

View File

@@ -93,6 +93,7 @@
H.equip_if_possible(new /obj/item/clothing/shoes/black(H), H.slot_shoes)
H.equip_if_possible(new /obj/item/device/pda/atmos(H), H.slot_l_store)
H.equip_if_possible(new /obj/item/weapon/storage/belt/utility/atmostech/(H), H.slot_belt)
H.equip_if_possible(new /obj/item/clothing/head/helmet/hardhat/red(H), H.slot_head)
if(H.backbag == 1)
H.equip_if_possible(new /obj/item/weapon/storage/box/engineer(H), H.slot_r_hand)
else

View File

@@ -117,6 +117,7 @@ obj/structure/closet/wardrobe/hop/New()
new /obj/item/clothing/shoes/black(src)
new /obj/item/clothing/shoes/black(src)
new /obj/item/clothing/shoes/magboots(src) //[Redacted] ZAS! >:C
new /obj/item/clothing/head/helmet/hardhat/red(src)
/obj/structure/closet/wardrobe/engineering_yellow/New()
new /obj/item/clothing/under/rank/engineer(src)