Skip to content

Commit

Permalink
Fix the condition of ordering hub 01 soldier armor
Browse files Browse the repository at this point in the history
  • Loading branch information
cknight828 committed Aug 15, 2024
1 parent 238454f commit 5cefc02
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 5cefc02

Please sign in to comment.