Skip to content

Commit

Permalink
Don't assign missions during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RenechCDDA committed Dec 17, 2024
1 parent d8b8100 commit 8424d01
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion data/mods/TEST_DATA/missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,21 @@
"copy-from": "TEST_MISSION_GOAL_CONDITION1",
"goal": "MGOAL_CONDITION",
"origins": [ ]
}
},
{
"//COMMENT": "Dummy EOCs to prevent the startup chain from triggering missions in the test environment.",
"type": "effect_on_condition",
"id": "EOC_FACTION_SUCCESSION_COOLDOWN_GAMEBEGIN_CHECK",
"eoc_type": "EVENT",
"required_event": "game_begin",
"effect": []
},
{
"//COMMENT": "Dummy EOCs to prevent the startup chain from triggering missions in the test environment.",
"type": "effect_on_condition",
"id": "EOC_FACTION_SUCCESSION_COOLDOWN_GAMESTART_CHECK",
"eoc_type": "EVENT",
"required_event": "game_start",
"effect": []
},
]

0 comments on commit 8424d01

Please sign in to comment.