Skip to content

Commit

Permalink
Fix mission reference to nonexistent om_terrain
Browse files Browse the repository at this point in the history
This caused a duplicate evac_center to be created
  • Loading branch information
sparr committed Sep 27, 2024
1 parent 918a370 commit c15b2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/npcs/scrap_trader/scrap_trader_missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"value": 10000,
"origins": [ "ORIGIN_SECONDARY" ],
"followup": "MISSION_SCRAPPER_SET_TRADE_ROUTE_BLACKSMITH",
"start": { "assign_mission_target": { "om_terrain": "refctr_S3e", "om_special": "evac_center", "reveal_radius": 0 } },
"start": { "assign_mission_target": { "om_terrain": "evac_center_18", "om_special": "evac_center", "reveal_radius": 0 } },
"has_generic_rewards": true,
"dialogue": {
"describe": "Go negotiate a trade agreement.",
Expand Down

0 comments on commit c15b2b5

Please sign in to comment.