Added webbing and vests to lockers.

This commit is contained in:
Chinsky
2013-06-05 21:35:56 +04:00
parent 7023ed0a52
commit cfbc3e5352
3 changed files with 24 additions and 0 deletions

View File

@@ -104,6 +104,10 @@
new /obj/item/weapon/storage/backpack/industrial(src)
else
new /obj/item/weapon/storage/backpack/satchel_eng(src)
if (prob(70))
new /obj/item/clothing/tie/storage/brown_vest(src)
else
new /obj/item/clothing/tie/storage/webbing(src)
new /obj/item/clothing/under/rank/engineer(src)
new /obj/item/clothing/shoes/orange(src)
new /obj/item/weapon/storage/toolbox/mechanical(src)

View File

@@ -187,6 +187,7 @@
new /obj/item/clothing/glasses/sunglasses/sechud(src)
new /obj/item/taperoll/police(src)
new /obj/item/device/hailer
new /obj/item/clothing/tie/storage/black_vest(src)
return