From d4653715c6c7192eed35adbc21b3a1d6bc6c460f Mon Sep 17 00:00:00 2001 From: Repede Date: Mon, 1 Jan 2024 13:31:34 -0500 Subject: [PATCH] Unwhitelists Clown and Mimes but add a 3 day minimal player age. Why? They are just roleplay jobs, if someone is going to shitter as them we just jobban them. --- code/game/jobs/job/special_vr.dm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/code/game/jobs/job/special_vr.dm b/code/game/jobs/job/special_vr.dm index 06416527e27..fd8f5811382 100644 --- a/code/game/jobs/job/special_vr.dm +++ b/code/game/jobs/job/special_vr.dm @@ -68,13 +68,14 @@ departments = list(DEPARTMENT_CIVILIAN) department_flag = ENGSEC faction = "Station" - total_positions = -1 //YW EDIT - spawn_positions = -1 //YW EDIT + total_positions = 1 //YW EDIT + spawn_positions = 1 //YW EDIT supervisors = "the spirit of laughter" selection_color = "#515151" economic_modifier = 1 job_description = "A Clown is there to entertain the crew and keep high morale using various harmless pranks and ridiculous jokes!" - whitelist_only = 1 + whitelist_only = 0 //YW EDIT + minimal_player_age = 3 //YW EDIT latejoin_only = 0 requestable = FALSE outfit_type = /decl/hierarchy/outfit/job/clown @@ -99,14 +100,15 @@ departments = list(DEPARTMENT_CIVILIAN) department_flag = ENGSEC faction = "Station" - total_positions = -1 //YW EDIT - spawn_positions = -1 //YW EDIT + total_positions = 1 //YW EDIT + spawn_positions = 1 //YW EDIT supervisors = "the spirit of performance" selection_color = "#515151" economic_modifier = 1 job_description = "A Mime is there to entertain the crew and keep high morale using unbelievable performances and acting skills!" alt_titles = list("Poseur" = /datum/alt_title/poseur) - whitelist_only = 1 + whitelist_only = 0 //YW EDIT + minimal_player_age = 3 //YW EDIT latejoin_only = 0 requestable = FALSE outfit_type = /decl/hierarchy/outfit/job/mime