Skip to content

Commit

Permalink
Fix item flags being set on gun data (item flags need to be set on it…
Browse files Browse the repository at this point in the history
…em types directly).
  • Loading branch information
BevapDin committed Dec 25, 2019
1 parent 8fc5104 commit 2434d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/FictonalWeapons/fic_mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"skill": "launcher",
"dispersion": 320,
"durability": 10,
"clip_size": 300,
"flags": [ "FIRE_50" ]
"clip_size": 300
},
"flags": [ "FIRE_50" ],
"dispersion_modifier": 25,
"min_skills": [ [ "weapon", 2 ], [ "launcher", 2 ] ]
},
Expand Down

0 comments on commit 2434d62

Please sign in to comment.