Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions code/modules/jobs/job_types/clown.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

alt_titles = list("Entertainer", "Comedian", "Jester", "Improv Artist")

added_access = list(ACCESS_MAINT_TUNNELS)
base_access = list(ACCESS_SERVICE, ACCESS_THEATRE)
base_access = list(ACCESS_SERVICE, ACCESS_THEATRE, ACCESS_MAINT_TUNNELS)

paycheck = PAYCHECK_MINIMAL
paycheck_department = ACCOUNT_SRV
Expand Down
3 changes: 1 addition & 2 deletions code/modules/jobs/job_types/mime.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

alt_titles = list("Mute Entertainer", "Silent Jokester", "Pantomimist")

added_access = list(ACCESS_MAINT_TUNNELS)
base_access = list(ACCESS_SERVICE, ACCESS_THEATRE)
base_access = list(ACCESS_SERVICE, ACCESS_THEATRE, ACCESS_MAINT_TUNNELS)
paycheck = PAYCHECK_MINIMAL
paycheck_department = ACCOUNT_SRV

Expand Down
Loading