From 2233834c61cb91e85839d57a2fa24bbbee50276c Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 6 Jun 2021 19:13:46 -0400 Subject: add game master rank --- constants/misc.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants') diff --git a/constants/misc.json b/constants/misc.json index 3f3a21a6..3406defc 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1150,6 +1150,11 @@ "tag": "MOD" }, + "GAME_MASTER": { + "color": "2", + "tag": "GM" + }, + "HELPER": { "color": "9", "tag": "HELPER" -- cgit