mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
cleanup (#10529)
This commit is contained in:
@@ -74,20 +74,3 @@
|
||||
var/current_limit = spawn_positions + round(comperator / 50)
|
||||
if(current_limit > total_positions)
|
||||
total_positions = current_limit
|
||||
|
||||
/datum/job/vr_avatar //So VR avatars dont spawn with PDAs and flood the servers
|
||||
title = JOB_VR
|
||||
disallow_jobhop = TRUE
|
||||
total_positions = 99
|
||||
spawn_positions = 5
|
||||
latejoin_only = 1
|
||||
supervisors = "The VR world"
|
||||
|
||||
flag = NONCREW
|
||||
departments = list(DEPARTMENT_NONCREW)
|
||||
department_flag = OTHER
|
||||
faction = "Station"
|
||||
assignable = FALSE
|
||||
account_allowed = 0
|
||||
offmap_spawn = TRUE
|
||||
outfit_type = /decl/hierarchy/outfit/noncrew/vr_avatar
|
||||
|
||||
Reference in New Issue
Block a user