Added potential for chief engineer's locker to spawn with either a brown vest or webbing

This commit is contained in:
DJSnapshot
2013-08-13 16:16:20 -07:00
parent ec15274ddb
commit cb20332de5

View File

@@ -16,6 +16,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/blueprints(src)
new /obj/item/clothing/under/rank/chief_engineer(src)
new /obj/item/clothing/head/hardhat/white(src)