diff --git a/data/mods/MindOverMatter/scenarios.json b/data/mods/MindOverMatter/scenarios.json index 11de14fa7c7e4..e8c291abf8f86 100644 --- a/data/mods/MindOverMatter/scenarios.json +++ b/data/mods/MindOverMatter/scenarios.json @@ -1,4 +1,10 @@ [ + { + "copy-from": "heli_crash", + "type": "scenario", + "extend": { "map_special": "mx_helicopter", "professions": [ "psi_telekinetic_testsubject", "psi_telepath_interrogater" ] }, + "id": "heli_crash" + }, { "copy-from": "portal_dependent", "type": "scenario", diff --git a/data/mods/Xedra_Evolved/scenario.json b/data/mods/Xedra_Evolved/scenario.json index 7442afa77b87d..3b8c4dc6ac785 100644 --- a/data/mods/Xedra_Evolved/scenario.json +++ b/data/mods/Xedra_Evolved/scenario.json @@ -2,7 +2,21 @@ { "copy-from": "heli_crash", "type": "scenario", - "extend": { "map_special": "mx_helicopter", "professions": [ "zebra_investigator", "spy", "fbi_investigator" ] }, + "extend": { + "map_special": "mx_helicopter", + "professions": [ + "zebra_investigator", + "spy", + "fbi_investigator", + "xe_jotunn_hunter", + "xe_troll_slayer", + "xe_specter", + "xe_eater", + "xe_dreamer", + "xe_inventor", + "xe_dreamsmith" + ] + }, "id": "heli_crash" }, {