From fbe377a53d3b094fa264683ace6e783e2c4ec893 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 13 Dec 2016 13:30:18 -0500 Subject: [PATCH] Limit Black Mesa to 6 max radio menu items. (7+ not bound) --- gamedata/core.games/common.games.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gamedata/core.games/common.games.txt b/gamedata/core.games/common.games.txt index 525011f3..b26edae5 100644 --- a/gamedata/core.games/common.games.txt +++ b/gamedata/core.games/common.games.txt @@ -299,4 +299,17 @@ "RadioMenuMaxPageItems" "9" } } + + "#default" + { + "#supported" + { + "game" "bms" + } + + "Keys" + { + "RadioMenuMaxPageItems" "6" + } + } }