Skip to content

Commit

Permalink
honk (#22907)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowbot92 authored Jan 2, 2025
1 parent 572a6c3 commit 23e4563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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

0 comments on commit 23e4563

Please sign in to comment.