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 b977ee1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 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 b977ee1

Please sign in to comment.