Fixes a large number of issues brought up.

Fixes the roof for surface med.
Adds lights.
Changes the hallway disposals to a bin in the entertainment room.
Gives clowns entertainment access.
Fixes a pipe's visibility.
Adds shutter and tint control buttons where they were missing.
No the I'm not moving the goat he's my friend and he's staying in the freezer.
This commit is contained in:
SweetBlueSylveon
2020-07-25 05:23:15 -07:00
parent b36add6538
commit ee60a1b717
3 changed files with 6283 additions and 107545 deletions

View File

@@ -77,8 +77,6 @@
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, "Jester" = /datum/alt_title/jester)
whitelist_only = 1
@@ -94,9 +92,9 @@
/datum/job/clown/get_access()
if(config.assistant_maint)
return list(access_maint_tunnels)
return list(access_maint_tunnels, access_entertainment)
else
return list()
return list(access_entertainment)
/datum/job/mime
title = "Mime"
@@ -109,8 +107,6 @@
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, "Interpretive Dancer" = /datum/alt_title/interpretive_dancer)
whitelist_only = 1
@@ -126,6 +122,6 @@
/datum/job/mime/get_access()
if(config.assistant_maint)
return list(access_maint_tunnels)
return list(access_maint_tunnels, access_entertainment)
else
return list()
return list(access_entertainment)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff