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:
@@ -98,6 +98,8 @@ std::string help_text_rsrc = "help";
|
||||
}
|
||||
*/
|
||||
std::map<std::string,std::vector<std::string>> feature_flags = {
|
||||
// Legacy scenario flags
|
||||
{"resurrection-balm", {"required"}}, // This means it CAN be supported, if the scenario has the flag.
|
||||
// Legacy behavior of the T debug action (used by some replays)
|
||||
// does not change the party's outdoors location
|
||||
{"debug-enter-town", {"move-outdoors"}},
|
||||
|
Reference in New Issue
Block a user