diff --git a/zzzz_modular_occulus/code/game/objects/items/weapons/grenades/stinger.dm b/zzzz_modular_occulus/code/game/objects/items/weapons/grenades/stinger.dm index 3ab9da6397..325a39c33d 100644 --- a/zzzz_modular_occulus/code/game/objects/items/weapons/grenades/stinger.dm +++ b/zzzz_modular_occulus/code/game/objects/items/weapons/grenades/stinger.dm @@ -3,10 +3,16 @@ /obj/item/grenade/frag/sting name = "NT LLG \"Stinger\"" desc = "A crowd control weapon intended to surpress massive riots with ease." + matter = list(MATERIAL_PLASTIC = 3, MATERIAL_STEEL = 2) + matter_reagents = list("ammonium_nitrate" = 5) + origin_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 1) /obj/item/grenade/frag/sting/AG name = "FTU LLG \"Stinger\"" desc = "A crowd control weapon intended to surpress massive riots with ease." + matter = list(MATERIAL_PLASTIC = 3, MATERIAL_STEEL = 2) + matter_reagents = list("ammonium_nitrate" = 5) + origin_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 1) /datum/design/research/item/stingfrag name = "stinger grenade"