mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Service block patch.
Reverts changes to clowns and mimes, takes away their spawns, and removes the "commedian" and "performer" alt titles, as these are things that pertain more to the entertainment jobs. Fixes a typo in the xenobot job description. Changes a capital E to a lowercase e.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
// Entertainer
|
||||
//////////////////////////////////
|
||||
|
||||
/datum/job/Entertainer
|
||||
/datum/job/entertainer
|
||||
title = "Entertainer"
|
||||
flag = ENTERTAINER
|
||||
departments = list(DEPARTMENT_CIVILIAN)
|
||||
|
||||
@@ -47,9 +47,10 @@
|
||||
economic_modifier = 7
|
||||
access = list(access_robotics, access_tox, access_tox_storage, access_research, access_xenobotany, access_hydroponics)
|
||||
minimal_access = list(access_research, access_xenobotany, access_hydroponics, access_tox_storage)
|
||||
pto_type = PTO_SCIENCE
|
||||
|
||||
minimal_player_age = 14
|
||||
|
||||
outfit_type = /decl/hierarchy/outfit/job/science/xenobiologist
|
||||
job_description = "A Xenobotanist grows and cares for a variety of abnormal, custom made, and frequently dangerous plant life. When the products of these plants \
|
||||
is both safe and beneficial to the station, they may choose to introduce it to the rest of the crew."
|
||||
are both safe and beneficial to the station, they may choose to introduce it to the rest of the crew."
|
||||
@@ -72,26 +72,23 @@
|
||||
departments = list(DEPARTMENT_CIVILIAN)
|
||||
department_flag = CIVILIAN
|
||||
faction = "Station"
|
||||
total_positions = 1
|
||||
spawn_positions = 1
|
||||
total_positions = -1
|
||||
spawn_positions = -1
|
||||
supervisors = "the spirit of laughter"
|
||||
selection_color = "#515151"
|
||||
economic_modifier = 1
|
||||
access = list(access_entertainment)
|
||||
minimal_access = list(access_entertainment)
|
||||
job_description = "A Clown is there to entertain the crew and keep high morale using various harmless pranks and ridiculous jokes!"
|
||||
alt_titles = list("Clown" = /datum/alt_title/clown, "Comedian" = /datum/alt_title/comedian, "Jester" = /datum/alt_title/jester)
|
||||
alt_titles = list("Clown" = /datum/alt_title/clown, "Jester" = /datum/alt_title/jester)
|
||||
whitelist_only = 1
|
||||
latejoin_only = 0
|
||||
latejoin_only = 1
|
||||
outfit_type = /decl/hierarchy/outfit/job/clown
|
||||
pto_type = PTO_CIVILIAN
|
||||
|
||||
/datum/alt_title/clown
|
||||
title = "Clown"
|
||||
|
||||
/datum/alt_title/comedian
|
||||
title = "Comedian"
|
||||
|
||||
/datum/alt_title/jester
|
||||
title = "Jester"
|
||||
|
||||
@@ -107,26 +104,23 @@
|
||||
departments = list(DEPARTMENT_CIVILIAN)
|
||||
department_flag = CIVILIAN
|
||||
faction = "Station"
|
||||
total_positions = 1
|
||||
spawn_positions = 1
|
||||
total_positions = -1
|
||||
spawn_positions = -1
|
||||
supervisors = "the spirit of performance"
|
||||
selection_color = "#515151"
|
||||
economic_modifier = 1
|
||||
access = list(access_entertainment)
|
||||
minimal_access = list(access_entertainment)
|
||||
job_description = "A Mime is there to entertain the crew and keep high morale using unbelievable performances and acting skills!"
|
||||
alt_titles = list("Mime" = /datum/alt_title/mime, "Performer" = /datum/alt_title/performer, "Interpretive Dancer" = /datum/alt_title/interpretive_dancer)
|
||||
alt_titles = list("Mime" = /datum/alt_title/mime, "Interpretive Dancer" = /datum/alt_title/interpretive_dancer)
|
||||
whitelist_only = 1
|
||||
latejoin_only = 0
|
||||
latejoin_only = 1
|
||||
outfit_type = /decl/hierarchy/outfit/job/mime
|
||||
pto_type = PTO_CIVILIAN
|
||||
|
||||
/datum/alt_title/mime
|
||||
title = "Mime"
|
||||
|
||||
/datum/alt_title/performer
|
||||
title = "Performer"
|
||||
|
||||
/datum/alt_title/interpretive_dancer
|
||||
title = "Interpretive Dancer"
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -224,8 +224,8 @@
|
||||
/area/tether/surfacebase/servicebackroom
|
||||
name = "\improper Service Block Backroom"
|
||||
icon_state = "red"
|
||||
/area/tether/surfacebase/maintdice
|
||||
name = "\improper Bar Back Maint"
|
||||
/area/tether/surfacebase/barbackmaintenance
|
||||
name = "\improper Bar Back Maintenance"
|
||||
icon_state = "red"
|
||||
|
||||
/area/tether/surfacebase/public_garden_lg
|
||||
|
||||
Reference in New Issue
Block a user