diff --git a/code/modules/mob/living/simple_animal/friendly/dog.dm b/code/modules/mob/living/simple_animal/friendly/dog.dm index fa542a77592..79bc4ac5dc1 100644 --- a/code/modules/mob/living/simple_animal/friendly/dog.dm +++ b/code/modules/mob/living/simple_animal/friendly/dog.dm @@ -239,7 +239,7 @@ /obj/item/clothing/head/wizard/fake, /obj/item/clothing/head/wizard, /obj/item/clothing/head/collectable/wizard, /obj/item/clothing/head/cardborg, /obj/item/weapon/bedsheet, /obj/item/clothing/head/helmet/space/santahat, /obj/item/clothing/head/soft, /obj/item/clothing/head/hardhat/reindeer, /obj/item/clothing/head/sombrero, - /obj/item/clothing/head/hopcap, /obj/item/clothing/head/helmet/space/hardsuit/deathsquad) + /obj/item/clothing/head/hopcap, /obj/item/clothing/head/helmet/space/hardsuit/deathsquad, /obj/item/clothing/mask/gas/clown_hat) valid = 1 if(valid) @@ -375,6 +375,12 @@ name = "Trooper [real_name]" desc = "That's not red paint. That's real corgi blood." + if(/obj/item/clothing/mask/gas/clown_hat) + name = "[real_name] the Clown" + desc = "Honkman's best friend." + speak = list("HONK!", "Honk!") + emote_see = list("plays tricks.", "slips.") + //IAN! SQUEEEEEEEEE~ /mob/living/simple_animal/pet/dog/corgi/Ian name = "Ian" diff --git a/icons/mob/corgi_head.dmi b/icons/mob/corgi_head.dmi index 2a7e92f3fcb..1383b0dc40e 100644 Binary files a/icons/mob/corgi_head.dmi and b/icons/mob/corgi_head.dmi differ