Merge pull request #1497 from VOREStation/aro-tether-wip

Various Tether Fixes
This commit is contained in:
Arokha Sieyes
2017-05-21 00:35:52 -04:00
committed by GitHub
11 changed files with 5588 additions and 5574 deletions
@@ -52,6 +52,10 @@
new foldable(get_turf(src))
qdel(src)
/obj/item/weapon/storage/box/survival //VOREStation Add for Tether Size boxes
max_w_class = ITEMSIZE_NORMAL
max_storage_space = 6 //This is just the right number, there's no constant.
/obj/item/weapon/storage/box/survival/New()
..()
new /obj/item/clothing/mask/gas(src) // VOREStation Edit - Tether
@@ -46,7 +46,7 @@
new /obj/item/clothing/gloves/sterile/latex(src)
new /obj/item/device/radio/headset/heads/rd(src)
new /obj/item/device/radio/headset/heads/rd/alt(src)
new /obj/item/weapon/bluespace_harpoon //VOREStation Edit
new /obj/item/weapon/bluespace_harpoon(src) //VOREStation Edit
new /obj/item/weapon/tank/air(src)
new /obj/item/clothing/mask/gas(src)
new /obj/item/device/flash(src)