Skip to content

Commit 76be044

Browse files
Add primitive_ranged_weapon flag to rail-mounted crossbow (#80235)
* add primitive flag for gunshy * Update data/json/items/gunmod/rail.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 934464d commit 76be044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/json/items/gunmod/rail.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dispersion_modifier": 60,
2727
"min_skills": [ [ "weapon", 2 ], [ "rifle", 1 ] ],
28-
"flags": [ "NON_FOULING" ],
28+
"flags": [ "PRIMITIVE_RANGED_WEAPON", "NON_FOULING" ],
2929
"pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { "bolt": 1 } } ]
3030
},
3131
{

0 commit comments

Comments
 (0)