mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user