adds polychromic clown outfit and mask (#15359)

* why

* polyclown

* outfit / loadout / etc

* its not pink what do you mean

* newline

* fixes

* test icon diffs
This commit is contained in:
Timothy Teakettle
2022-02-18 22:38:50 +00:00
committed by GitHub
parent ece8ccf5b2
commit c9051a6a08
8 changed files with 42 additions and 1 deletions
@@ -30,4 +30,8 @@
name = "Paper mask"
path = /obj/item/clothing/mask/paper
cost = 2
/datum/gear/mask/polychromic_clown
name = "polychromic clown wig and mask"
path = /obj/item/clothing/mask/gas/clown_hat_polychromic
restricted_roles = list("Clown")
@@ -739,3 +739,9 @@
path = /obj/item/clothing/under/rank/cargo/tech/long
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_JOBS
restricted_roles = list("Cargo Technician")
/datum/gear/uniform/clown_polychromic
name = "polychromic clown suit"
path = /obj/item/clothing/under/rank/civilian/polychromic_clown
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_JOBS
restricted_roles = list("Clown")