Skip to content

Commit

Permalink
whole thing (#11135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClownMoff authored Jul 30, 2024
1 parent 16f96c8 commit 4b572ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/clown.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/datum/job/clown
title = JOB_NAME_CLOWN
description = "Be the life and soul of the station. Entertain the crew with your hilarious jokes and silly antics, including slipping, pie-ing and honking around. Remember your job is to keep things funny for others, not just yourself."
department_for_prefs = DEPT_BITFLAG_CIV
department_for_prefs = DEPT_BITFLAG_SRV
department_head = list(JOB_NAME_HEADOFPERSONNEL)
supervisors = "the head of personnel"
faction = "Station"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/mime.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/datum/job/mime
title = JOB_NAME_MIME
description = "Be the Clown's mute counterpart and arch nemesis. Conduct pantomimes and performances, create interesting situations with your mime powers. Remember your job is to keep things funny for others, not just yourself."
department_for_prefs = DEPT_BITFLAG_CIV
department_for_prefs = DEPT_BITFLAG_SRV
department_head = list(JOB_NAME_HEADOFPERSONNEL)
supervisors = "the head of personnel"
faction = "Station"
Expand Down

0 comments on commit 4b572ac

Please sign in to comment.