make resurrection balm a feature flag. fix #703

This makes it so the built-in scenarios do not require balm,
even though they are not legacy scenarios.

If we add balm to the scenarios, we can change this.

If I find balm in ZKR I will change it.
This commit is contained in:
2025-05-14 16:22:57 -05:00
parent e35086d6b2
commit 36ddc9e8fb
6 changed files with 27 additions and 5 deletions

View File

@@ -2986,7 +2986,8 @@ bool build_scenario() {
scenario.default_ground = grass ? 2 : 0;
scenario.feature_flags = {
{"scenario-meta-format", "V2"}
{"scenario-meta-format", "V2"},
{"resurrection-balm", "required"},
};
fs::path basePath = progDir/"Blades of Exile Base"/(grass ? "bladbase.boes" : "cavebase.boes");