Skip to content

Commit

Permalink
EMP projector default firing mode is semi-auto instead of auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Jan 9, 2020
1 parent d3ec8ee commit c7283a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/gun/bio.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"//": "This is a pulse, not a laser. It's a point and shoot system, like a shotgun but even more so since this is a single mass.",
"durability": 10,
"loudness": 20,
"modes": [ [ "DEFAULT", "auto", 5 ] ],
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ],
"ammo_effects": [ "DRAW_AS_LINE", "WIDE", "EMP" ],
"flags": [ "NEVER_JAMS", "NO_UNLOAD", "TRADER_AVOID" ]
},
Expand Down

0 comments on commit c7283a0

Please sign in to comment.