Removes Unused Settings From Game Preferances (#23368)

* Removes all reference of ROLE_NINJA

* By public demand
This commit is contained in:
Daylight
2023-12-11 18:56:08 +02:00
committed by GitHub
parent 66ba99b7a8
commit 6275852fe9
6 changed files with 0 additions and 28 deletions
@@ -1,6 +1,5 @@
GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts to play these roles
ROLE_PAI = 0,
ROLE_POSIBRAIN = 0,
ROLE_GUARDIAN = 0,
ROLE_TRAITOR = 7,
ROLE_CHANGELING = 14,
@@ -16,8 +15,6 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
ROLE_SENTIENT = 21,
ROLE_ELITE = 21,
// ROLE_GANG = 21,
ROLE_NINJA = 21,
ROLE_GSPIDER = 21,
ROLE_ABDUCTOR = 30
))