diff --git a/code/modules/mob/living/simple_animal/friendly/corgi.dm b/code/modules/mob/living/simple_animal/friendly/corgi.dm index b2e0408b7e4..8d3a43e9ab4 100644 --- a/code/modules/mob/living/simple_animal/friendly/corgi.dm +++ b/code/modules/mob/living/simple_animal/friendly/corgi.dm @@ -363,6 +363,11 @@ desc = "That's not red paint. That's real corgi blood." valid = 1 + if(/obj/item/clothing/mask/fakemoustache) + name = "Definitely Not [real_name]" + desc = "That's Definitely Not [real_name]" + valid = 1 + if(valid) if(user && !user.drop_item()) user << "\The [item_to_add] is stuck to your hand, you cannot put it on [src]'s head!" diff --git a/icons/mob/corgi_head.dmi b/icons/mob/corgi_head.dmi index 2a7e92f3fcb..be1f3baa252 100644 Binary files a/icons/mob/corgi_head.dmi and b/icons/mob/corgi_head.dmi differ