From e7bf5847d0071ca86bbdc6b423ae9d52323b50bd Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 24 May 2025 14:09:31 -0500 Subject: [PATCH] add conveyor belts flag to game. fix #747 --- src/game/boe.main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/boe.main.cpp b/src/game/boe.main.cpp index 414bb210..9079b860 100644 --- a/src/game/boe.main.cpp +++ b/src/game/boe.main.cpp @@ -102,6 +102,7 @@ std::string help_text_rsrc = "help"; std::map> 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"}},