Skip to content

Commit

Permalink
Update TALK_COMPUTER.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramza13 committed May 1, 2022
1 parent 0d16e8d commit db28a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/npcs/TALK_COMPUTER.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"responses": [
{
"text": "Press any key.",
"topic": "COMP_EVAC_CENTER_MAIN",
"topic": "COMP_REFUGEE_CENTER_MAIN",
"effect": { "finish_mission": "MISSION_OLD_GUARD_NEC_COMMO_2", "step": 1 }
}
]
Expand All @@ -45,7 +45,7 @@
{
"condition": { "not": { "compare_int": [ { "global_val": "var", "var_name": "find_refugee_center" }, "=", { "const": 1 } ] } },
"text": "Make a note of the location.",
"topic": "COMP_EVAC_CENTER_MAIN",
"topic": "COMP_REFUGEE_CENTER_MAIN",
"effect": [
{ "assign_mission": "MISSION_REACH_REFUGEE_CENTER" },
{ "arithmetic": [ { "global_val": "var", "var_name": "find_refugee_center" }, "=", { "const": 1 } ] }
Expand Down

0 comments on commit db28a2a

Please sign in to comment.