Skip to content

Commit

Permalink
Fix ancilla chat var ref (#78848)
Browse files Browse the repository at this point in the history
Use consistent var name to be able to chat about the LIXA mission with Hub mercenaries
  • Loading branch information
SurFlurer authored Jan 3, 2025
1 parent b342634 commit b20ae04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
{
"text": "Tell them the story of how you were trapped in an infinitely looping corridor, fighting the warped remnants of the researchers there and somehow the damned corridor itself. And at the end of the day, you're not even sure the headache was worth it.",
"condition": { "compare_string": [ "yes", { "u_val": "dialogue_intercom_completed_robofac_lixa_sm_1" } ] },
"condition": { "compare_string": [ "yes", { "u_val": "dialogue_intercom_completed_robofac_intercom_lixa_sm_1" } ] },
"topic": "BEM_CHATTING_VETERANS_TELL_STORY_LIXA"
},
{
Expand Down

0 comments on commit b20ae04

Please sign in to comment.