diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-26 12:10:11 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-26 12:10:11 -0700 |
commit | 176e4cefb212eae4ba6ed0d5537f126798edd882 (patch) | |
tree | 1e4ea1902c8f3bcdc23695b9ecc0390a02c5cebe /json | |
parent | Fix 12mm reloaded name to handmade (diff) | |
download | cataclysm-bn-mod_hk-loadout-176e4cefb212eae4ba6ed0d5537f126798edd882.tar.xz |
Add integrated folding stock to G36
Diffstat (limited to 'json')
-rw-r--r-- | json/items/gun/223.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/items/gun/223.json b/json/items/gun/223.json index c685e5c..474f622 100644 --- a/json/items/gun/223.json +++ b/json/items/gun/223.json @@ -12,6 +12,7 @@ "type": "GUN", "name": { "str": "H&K G36" }, "description": "Designed as a replacement for the early Heckler & Koch G3 battle rifle, the G36 is more accurate, and uses the much-lighter .223 round, allowing for a higher ammo capacity.", + "built_in_mods": [ "folding_stock" ], "magazines": [ [ "223", [ "hk_g36_mag", "stanag30", "stanag50", "survivor223mag" ] ] ] } ] |