Skip to content

Commit

Permalink
Merge pull request #75717 from cknight828/hub01-prototype
Browse files Browse the repository at this point in the history
Allow the player to order sets of hub 01 soldier armor after buy them
  • Loading branch information
Maleclypse authored Aug 29, 2024
2 parents c2ef017 + 5cefc02 commit 95637ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
"condition": {
"and": [
{ "u_has_var": "dialogue_robofac_merc_1_robofac_merc_1_HWP", "value": "yes" },
{ "u_has_var": "dialogue_hub_rnd_u_can_buy_armor", "value": "yes" },
{ "not": { "u_has_var": "dialogue_hub_rnd_u_can_buy_armor", "value": "yes" } },
{ "math": [ "hub01_uhmwpe_researched", "==", "1" ] },
{ "not": { "u_has_var": "dialogue_hub_rnd_u_project_ongoing", "value": "yes" } }
]
},
Expand Down

0 comments on commit 95637ed

Please sign in to comment.