Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit ae8be5a

Browse files
committed
honk
1 parent 5db9e4e commit ae8be5a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

code/modules/jobs/job_types/clown.dm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

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

15-
added_access = list(ACCESS_MAINT_TUNNELS)
16-
base_access = list(ACCESS_SERVICE, ACCESS_THEATRE)
15+
base_access = list(ACCESS_SERVICE, ACCESS_THEATRE, ACCESS_MAINT_TUNNELS)
1716

1817
paycheck = PAYCHECK_MINIMAL
1918
paycheck_department = ACCOUNT_SRV

code/modules/jobs/job_types/mime.dm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

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

15-
added_access = list(ACCESS_MAINT_TUNNELS)
16-
base_access = list(ACCESS_SERVICE, ACCESS_THEATRE)
15+
base_access = list(ACCESS_SERVICE, ACCESS_THEATRE, ACCESS_MAINT_TUNNELS)
1716
paycheck = PAYCHECK_MINIMAL
1817
paycheck_department = ACCOUNT_SRV
1918

0 commit comments

Comments
 (0)