Skip to content

Commit

Permalink
Merge branch 'master' into morejunglemapfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Repede committed Jan 1, 2024
2 parents b8d1dc1 + 2f54c58 commit 0f8e093
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions code/game/jobs/job/special_vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0f8e093

Please sign in to comment.