Lock non-newbies out of intern roles. (#10598)

* Lock non-newbies out of intern roles.

* Remove from service worker as it doesn't gate anything.
This commit is contained in:
Moony
2022-08-14 16:14:46 -05:00
committed by GitHub
parent 31b93dfd72
commit 37c64b69a5
5 changed files with 83 additions and 18 deletions

View File

@@ -1,5 +1,8 @@
role-timer-department-insufficient = Require {TOSTRING($time, "0")} more minutes in {$department} department.
role-timer-department-too-high = Requires {TOSTRING($time, "0")} fewer minutes in {$department} department. (Are you trying to play a trainee role?)
role-timer-overall-insufficient = Require {TOSTRING($time, "0")} more minutes of playtime.
role-timer-overall-too-high = Require {TOSTRING($time, "0")} fewer minutes of playtime. (Are you trying to play a trainee role?)
role-timer-role-insufficient = Require {TOSTRING($time, "0")} more minutes with {$job} for this role.
role-timer-role-too-high = Require {TOSTRING($time, "0")} fewer minutes with {$job} for this role. (Are you trying to play a trainee role?)
role-timer-locked = Locked (hover for details)