Skip to content

Commit

Permalink
Merge pull request #12 from scarf005/fix-non-fouling-migration
Browse files Browse the repository at this point in the history
fix: migrate from `NON-FOULING` to `NON_FOULING`
  • Loading branch information
thelonestander authored Nov 17, 2023
2 parents eafd71f + 59abd9f commit c76578a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ranged weapons/Gun/energy.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"description": "Made by Arch Flash labs this coilgun is very powerful and very rare, not many were made.",
"price": 3000,
"material": [ "steel", "plastic" ],
"flags": [ "NEVER_JAMS", "NON-FOULING", "NEEDS_NO_LUBE" ],
"flags": [ "NEVER_JAMS", "NON_FOULING", "NEEDS_NO_LUBE" ],
"skill": "rifle",
"ammo": "pebble",
"weight": "322 g",
Expand Down Expand Up @@ -75,7 +75,7 @@
"description": "This is the best of the best when its comes to plasma. This was a concept weapon and this one is very very rare. It fires two shots by default and is very accurate. When you press the trigger the weapons heats up for a bit then fire two shots. The weapon itself is very warm and hums constantly..",
"price": 0,
"material": "steel",
"flags": [ "NEVER_JAMS", "NON-FOULING", "PYROMANIAC_WEAPON" ],
"flags": [ "NEVER_JAMS", "NON_FOULING", "PYROMANIAC_WEAPON" ],
"ammo_effects": [ "PLASMA", "EXPLOSIVE_SMALL", "FLAME" ],
"skill": "rifle",
"ammo": "plutonium",
Expand Down

0 comments on commit c76578a

Please sign in to comment.