Skip to content

Commit

Permalink
Merge pull request #79308 from QuillInkwell/aftershock_liscence_fix
Browse files Browse the repository at this point in the history
[Aftershock] Fix: You need an armament license to buy combat suits
  • Loading branch information
John-Candlebury authored Jan 24, 2025
2 parents d33c4c0 + 1c8a556 commit d4bf6c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"items": [
{ "group": "afs_wintersuit_generic_advanced", "count": [ 1, 3 ] },
{ "group": "afs_frontier_cryo_g_full_combo", "count": 1 },
{ "group": "afs_wintersuit_generic_combat", "count": [ 1, 2 ], "prob": 60 },
{ "group": "afs_basic_armor", "count": [ 0, 3 ] },
{ "group": "afs_colonist_outfit", "count": [ 1, 3 ] },
{ "group": "afs_civilian_hazard_outfit", "count": [ 1, 3 ], "prob": 60 },
Expand Down Expand Up @@ -93,7 +92,8 @@
"items": [
{ "group": "afs_armor_military_infantry_g", "prob": 85 },
{ "item": "afs_backpack_rockets", "prob": 10 },
{ "item": "afs_backpack_shieldgen", "prob": 5 }
{ "item": "afs_backpack_shieldgen", "prob": 5 },
{ "item": "afs_combat_cryo", "count": [ 1, 2 ], "prob": 60 }
]
},
{
Expand Down

0 comments on commit d4bf6c9

Please sign in to comment.