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:
PopeDaveThe3th
2025-07-04 19:13:08 +00:00
committed by GitHub
co-authored by Luc
parent 9309ca46fb
commit f0c83f9803
11 changed files with 48 additions and 0 deletions
@@ -569,6 +569,15 @@
for(var/I in 1 to 7)
new /obj/item/grenade/flashbang(src)
/obj/item/storage/box/stingers
name = "box of stinger grenades (WARNING)"
desc = "<b>WARNING: These devices are dangerous and can cause significant physical harm with repeated use.</b>"
icon_state = "flashbang_box"
/obj/item/storage/box/stingers/populate_contents()
for(var/I in 1 to 7)
new /obj/item/grenade/frag/stinger(src)
/obj/item/storage/box/smoke_grenades
name = "smoke grenades"
desc = "A box with 7 smoke grenades."