add conveyor belts flag to game. fix #747
This commit is contained in:
@@ -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"}},
|
||||
|
Reference in New Issue
Block a user