Skip to content

Commit

Permalink
Merge pull request #78614 from RenechCDDA/kill_test_error
Browse files Browse the repository at this point in the history
Don't assign missions during testing
  • Loading branch information
Maleclypse authored Dec 17, 2024
2 parents 669e5e1 + b977ee1 commit 1be27d7
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 1be27d7

Please sign in to comment.