Major Revamp

1) Only Plasma Fire and N2O Knockout grenades exist now.
2) Both types now use the clusterbuster mechanic, rather than new
ZAS-like spread code, to distribute their gasses. This means their
spread is slower, but they can potentially cover more area.
3) You only get one of each type of grenade in a kit.
4) Massive refactor and elimination of code.
This commit is contained in:
Kyep
2016-07-23 02:01:31 -07:00
parent 70c8d5248c
commit 114980c4ed
3 changed files with 24 additions and 87 deletions
@@ -194,8 +194,5 @@
/obj/item/weapon/storage/box/syndie_kit/atmosgasgrenades/New()
..()
new /obj/item/weapon/grenade/gas(src)
new /obj/item/weapon/grenade/gas/overpressure(src)
new /obj/item/weapon/grenade/gas/suffocation(src)
new /obj/item/weapon/grenade/gas/vacuum(src)
new /obj/item/weapon/grenade/gas/knockout(src)
new /obj/item/weapon/grenade/clusterbuster/plasma(src)
new /obj/item/weapon/grenade/clusterbuster/n2o(src)