Merge pull request #1523 from Anewbe/satchel_refactor

Refactors specialized satchels as children of the regular (leather) satchels
This commit is contained in:
Datraen
2016-04-30 08:32:11 -04:00
21 changed files with 75 additions and 75 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
if(prob(50))
new /obj/item/weapon/storage/backpack/industrial(src)
else
new /obj/item/weapon/storage/backpack/satchel_eng(src)
new /obj/item/weapon/storage/backpack/satchel/eng(src)
new /obj/item/device/radio/headset/headset_cargo(src)
new /obj/item/clothing/under/rank/miner(src)
new /obj/item/clothing/gloves/black(src)