From eddf9cf8435dd4cc8ed9b8699ca1f598ce0d6072 Mon Sep 17 00:00:00 2001 From: MartLegion Date: Tue, 12 Apr 2022 10:57:18 -0300 Subject: [PATCH] Added PVKII game with related team colors (beacon) (#1743) Spectators = Yellow Pirates = Red Vikings = Green Knights = Blue --- gamedata/funcommands.games.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gamedata/funcommands.games.txt b/gamedata/funcommands.games.txt index 6cedca34..a7e07af8 100644 --- a/gamedata/funcommands.games.txt +++ b/gamedata/funcommands.games.txt @@ -84,4 +84,15 @@ "Team3BeaconColor" "255,75,75,255" } } -} \ No newline at end of file + + "pvkii" + { + "Keys" + { + "Team1BeaconColor" "255,255,75,255" + "Team2BeaconColor" "255,75,75,255" + "Team3BeaconColor" "75,255,75,255" + "Team4BeaconColor" "75,75,255,255" + } + } +}