Skip to content

Commit

Permalink
Сек-клоуну выдана униформа клоуна-офицера
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Dec 9, 2023
1 parent e475df9 commit a7e1d2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions modular_ss220/jobs/code/clothing/security_clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@
icon_state = "sec_ass_f_s"
item_color = "sec_ass_f"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS


/obj/item/clothing/under/rank/security/officer/clown
name = "security clown suit"
icon = 'modular_ss220/jobs/icons/clothing/uniforms.dmi'
icon_override = 'modular_ss220/jobs/icons/clothing/mob/uniform.dmi'
desc = "<i>'HONK THE LAW!'</i>"
icon_state = "security_clown_s"
item_color = "security_clown"
item_state = "clown"

2 changes: 1 addition & 1 deletion modular_ss220/jobs/code/donor/job/5_tier_jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
name = "Security Clown"
jobtype = /datum/job/donor/seclown

uniform = /obj/item/clothing/under/rank/civilian/clown
uniform = /obj/item/clothing/under/rank/security/officer/clown
suit = /obj/item/clothing/suit/armor/vest/security
shoes = /obj/item/clothing/shoes/clown_shoes
head = /obj/item/clothing/head/helmet
Expand Down

0 comments on commit a7e1d2b

Please sign in to comment.