Prisoners require whitelist (#528)
* Update warden.yml Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> * Update prisoner.yml Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> * Update gladiator.yml Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> --------- Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com>
This commit is contained in:
parent
83b8dc1dfe
commit
8a6d7bbb24
|
|
@ -13,6 +13,7 @@
|
|||
requirements:
|
||||
- !type:OverallPlaytimeRequirement
|
||||
time: 3600
|
||||
- !type:WhitelistRequirement
|
||||
special:
|
||||
- !type:AddComponentSpecial
|
||||
components:
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
requirements:
|
||||
- !type:OverallPlaytimeRequirement
|
||||
time: 3600
|
||||
- !type:WhitelistRequirement
|
||||
|
||||
- type: startingGear
|
||||
id: PrisonerGear
|
||||
|
|
|
|||
|
|
@ -10,9 +10,6 @@
|
|||
- !type:DepartmentTimeRequirement # DeltaV - Security time requirement
|
||||
department: Security
|
||||
time: 36000 # 10 hours
|
||||
- !type:RoleTimeRequirement # DeltaV - Prisoner time requirement
|
||||
role: JobPrisoner
|
||||
time: 3600 # 1 hour
|
||||
startingGear: WardenGear
|
||||
icon: "JobIconWarden"
|
||||
supervisors: job-supervisors-hos
|
||||
|
|
|
|||
Loading…
Reference in New Issue