Skip to content

Commit

Permalink
fix: energy gatling weapon class weapon mod slot fix (#4366)
Browse files Browse the repository at this point in the history
Energy gatling weapon mods fix

The energy gatling weapon class now specifies its weapon mods, removing the brass catcher weapon mod carried over as part of the copy-from for the base gatling weapon class.
  • Loading branch information
yay855 authored Mar 19, 2024
1 parent 2a9f8cd commit ba73986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/json/items/classes/gun.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@
"reload": 200,
"handling": 40,
"flags": [ "NO_UNLOAD", "NEVER_JAMS", "NON_FOULING" ],
"valid_mod_locations": [ [ "sling", 1 ], [ "rail", 1 ], [ "sights", 1 ] ],
"faults": [ ]
},
{
Expand Down

0 comments on commit ba73986

Please sign in to comment.