mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Adds Stinger Grenades (#29178)
* ballin * sprite change * curse of balance * Update code/game/objects/items/weapons/storage/boxes.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> --------- Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -226,6 +226,13 @@
|
||||
containertype = /obj/structure/closet/crate/secure/plasma
|
||||
containername = "energy shotgun crate"
|
||||
|
||||
/datum/supply_packs/security/armory/stingers
|
||||
name = "Stinger Grenade Crate"
|
||||
contains = list(/obj/item/storage/box/stingers,
|
||||
/obj/item/storage/box/stingers)
|
||||
cost = 300
|
||||
containername = "stingball grenade crate"
|
||||
|
||||
/// costs 3/5ths of the normal e-guns for 3/4ths the total ammo, making it cheaper to arm more people, but less convient for any one person
|
||||
/datum/supply_packs/security/armory/epistol
|
||||
name = "Energy Pistol Crate"
|
||||
|
||||
Reference in New Issue
Block a user