Skip to content

Commit

Permalink
Merge pull request Occulus-Server#1006 from WeNeedMorePhoron/stinger-fix
Browse files Browse the repository at this point in the history
Fix stinger having no cost
  • Loading branch information
Shadow-Quill authored May 31, 2023
2 parents aaf43f0 + 48a21e0 commit 685e1dc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
/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\""
Expand Down

0 comments on commit 685e1dc

Please sign in to comment.