add conveyor belts flag to game. fix #747

This commit is contained in:
2025-05-24 14:09:31 -05:00
parent e846540ebd
commit e7bf5847d0

View File

@@ -102,6 +102,7 @@ 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.
{"conveyor-belts", {"V2"}}, // Diagonal conveyor belts and big monster physics
// Legacy behavior of the T debug action (used by some replays)
// does not change the party's outdoors location
{"debug-enter-town", {"move-outdoors"}},