diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-13 18:00:03 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-13 18:00:03 -0700 | 
| commit | 19e30025778db5ea82864266a97b0ada5232a3f4 (patch) | |
| tree | 9e60c801d97dbd504deeeace45870a4e75520071 | |
| parent | Initial commit (diff) | |
| download | cataclysm-bn-mod_m26-mass-19e30025778db5ea82864266a97b0ada5232a3f4.tar.xz | |
Increase m26 drop rate to above the masterkey
| -rw-r--r-- | json/itemgroups/Weapons_Mods_Ammo/gunmod.json | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/gunmod.json b/json/itemgroups/Weapons_Mods_Ammo/gunmod.json index b6bcce8..f640c3c 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/gunmod.json +++ b/json/itemgroups/Weapons_Mods_Ammo/gunmod.json @@ -4,7 +4,7 @@      "id": "gunmod_milspec",      "//": "Military specification gunmods found only at military sites.",      "items": [ -      [ "m26_mass", 10 ] +      [ "m26_mass", 35 ]      ]    }  ]  | 
