diff --git a/code/modules/mob/living/simple_animal/vore/shadekin/types.dm b/code/modules/mob/living/simple_animal/vore/shadekin/types.dm index 3b3d102752..692d24427f 100644 --- a/code/modules/mob/living/simple_animal/vore/shadekin/types.dm +++ b/code/modules/mob/living/simple_animal/vore/shadekin/types.dm @@ -254,3 +254,17 @@ you to curl up a bit. You can feel her rub at you some through the layers of flesh and fluff, while aches \ and pains begin to fade away across your body." player_msg = "Mar? Mar mar. Mar mar mar. Mar. Mar mar? Mar! Mar. Marrrr." + +//thanks john +/mob/living/simple_animal/shadekin/yellow/niko + name = "Niko" + desc = "She appears to be a Neko of some sort. Glowing yellow eyes and cattitude." + icon_state = "niko" + eye_desc = "" + vore_stomach_flavor = "Look, if you had one shot, one opportunity. To seize everything you ever wanted. One moment. Would you capture it or just let it slip?" + player_msg = "Nyan?" + light_range = 5 + light_power = 1 + light_color = "#FFFF00" + luminosity = 5 + \ No newline at end of file diff --git a/icons/mob/vore_shadekin.dmi b/icons/mob/vore_shadekin.dmi index 2ccd54ad17..b878f65e85 100644 Binary files a/icons/mob/vore_shadekin.dmi and b/icons/mob/vore_shadekin.dmi differ