From 94ec2a6c98a6a8dfe11cefa430a34f0874c464a7 Mon Sep 17 00:00:00 2001 From: SniperAsh6 <39700437+SniperAsh6@users.noreply.github.com> Date: Sun, 29 Dec 2024 14:57:41 +0000 Subject: [PATCH] Add intense battle royale and hot drop to game modes --- dictionaries/gameMode.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dictionaries/gameMode.json b/dictionaries/gameMode.json index aa8a564..663fe5c 100644 --- a/dictionaries/gameMode.json +++ b/dictionaries/gameMode.json @@ -37,5 +37,7 @@ "zombie-squad-fpp": "Zombie Squad FPP", "lab-tpp": "Lab TPP", "lab-fpp": "Lab FPP", - "tdm": "Team Deathmatch" + "tdm": "Team Deathmatch", + "ibr": "Intense Battle Royale", + "landmark": "Hot Drop" }