diff --git a/code/defines/obj/clothing/mask.dm b/code/defines/obj/clothing/mask.dm index 39566378557..f05c5c3ec5a 100644 --- a/code/defines/obj/clothing/mask.dm +++ b/code/defines/obj/clothing/mask.dm @@ -131,5 +131,4 @@ /obj/item/clothing/mask/gas/mime name = "mime mask" desc = "It looks a little creepy" - icon_state = "mime" - item_state = "clown_hat" \ No newline at end of file + icon_state = "mime" \ No newline at end of file diff --git a/code/defines/obj/supplypacks.dm b/code/defines/obj/supplypacks.dm index fd5fc112cb3..2e7507cc81b 100644 --- a/code/defines/obj/supplypacks.dm +++ b/code/defines/obj/supplypacks.dm @@ -270,6 +270,25 @@ containername = "Riot crate" access = access_security + +/datum/supply_packs/riot + name = "Standard Costume crate" + contains = list("/obj/item/weapon/stamp/clown", + "/obj/item/weapon/storage/backpack/clown", + "/obj/item/clothing/shoes/clown_shoes", + "/obj/item/clothing/mask/gas/clown_hat", + "/obj/item/clothing/under/rank/clown", + "/obj/item/clothing/under/mime", + "/obj/item/clothing/shoes/black", + "/obj/item/clothing/gloves/white", + "/obj/item/clothing/mask/gas/mime", + "/obj/item/clothing/head/beret", + "/obj/item/clothing/suit/suspenders",) + cost = 10 + containertype = "/obj/crate/secure/gear" + containername = "Standard Costume" + access = access_theatre + /datum/supply_packs/armor name = "Armor crate" contains = list("/obj/item/clothing/head/helmet", diff --git a/icons/mob/monkey.dmi b/icons/mob/monkey.dmi index 9ad0bc11680..055831f79a8 100644 Binary files a/icons/mob/monkey.dmi and b/icons/mob/monkey.dmi differ