From 5a5b74c8d7befab5a9bd7da83167d00c5efd3467 Mon Sep 17 00:00:00 2001 From: Michiyamenotehifunana <31995558+Michiyamenotehifunana@users.noreply.github.com> Date: Tue, 6 Feb 2018 22:31:23 +0800 Subject: [PATCH] Fixes catknight ears --- modular_citadel/citadel_ghostrole_spawners.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modular_citadel/citadel_ghostrole_spawners.dm b/modular_citadel/citadel_ghostrole_spawners.dm index b7f3897ba7..83f3680ff4 100644 --- a/modular_citadel/citadel_ghostrole_spawners.dm +++ b/modular_citadel/citadel_ghostrole_spawners.dm @@ -17,7 +17,8 @@ /obj/effect/mob_spawn/human/lavaknight/special(mob/living/new_spawn) if(ishuman(new_spawn)) var/mob/living/carbon/human/H = new_spawn - H.dna.features["ears"] = "Cat" //cat people + H.dna.features["mam_ears"] = "Cat, Big" //cat people + H.dna.features["mcolor"] = H.hair_color H.update_body() /obj/effect/mob_spawn/human/lavaknight/Destroy()