Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: migrate from NON-FOULING to NON_FOULING #12

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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