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..0f8c7668c8 100644 --- a/code/modules/mob/living/simple_animal/vore/shadekin/types.dm +++ b/code/modules/mob/living/simple_animal/vore/shadekin/types.dm @@ -68,7 +68,7 @@ slippery gullet of the creature. It's warm, and the air is thick. You can hear its body \ squelch and shift around you as you settle into its stomach! It's oddly calm, and very dark. \ The doughy flesh rolls across your form in gentle waves. The aches and pains across your form slowly begin to \ - diminish, your body is healing much faster than normal! You’re also soon soaked in harmless slime." + diminish, your body is healing much faster than normal! You’re also soon soaked in harmless slime." player_msg = "You've chosen to generate your own energy rather than taking \ it from others. Most of the time, anyway. You don't have a need to steal energy from others, and gather it up \ @@ -108,8 +108,8 @@ stalker = TRUE vore_stomach_flavor = "You slip passed pointy triangle teeth and down the slick, slippery gullet of the creature. \ It's warm, and the air is thick. You can hear its body squelch and shift around you as you settle into its stomach! \ - It’s relatively calm inside the dark organ. Wet and almost molten for how gooey your surroundings feel. \ - You can feel the doughy walls cling to you posessively... It’s almost like you could sink into them. \ + It’s relatively calm inside the dark organ. Wet and almost molten for how gooey your surroundings feel. \ + You can feel the doughy walls cling to you posessively... It’s almost like you could sink into them. \ There is also an ominous gurgling from somewhere nearby..." player_msg = "You're familiar with generating your own energy, but occasionally \ @@ -150,7 +150,7 @@ vore_stomach_flavor = "You slip passed pointy triangle teeth and down the slick, slippery gullet \ of the creature. It's warm, and the air is thick. You can hear its body squelch and shift around you \ as you settle into its stomach! The doughy walls within cling to you heavily, churning down on you, wearing \ - you out!! There doesn’t appear to be any actual danger here, harmless slime clings to you, but it’s getting \ + you out!! There doesn’t appear to be any actual danger here, harmless slime clings to you, but it’s getting \ harder and harder to move as those walls press in on you insistently!" player_msg = "Your kind rarely ventures into realspace. Being in any well-lit \ @@ -190,7 +190,7 @@ vore_stomach_flavor = "You slip passed pointy triangle teeth and down the slick, slippery gullet \ of the creature. It's warm, and the air is thick. You can hear its body squelch and shift around you \ as you settle into its stomach! The doughy walls within cling to you heavily, churning down on you, wearing \ - you out!! There doesn’t appear to be any actual danger here, harmless slime clings to you, but it’s getting \ + you out!! There doesn’t appear to be any actual danger here, harmless slime clings to you, but it’s getting \ harder and harder to move as those walls press in on you insistently!" player_msg = "Your kind rarely ventures into realspace. Being in any well-lit area is very taxing on you, but you \ @@ -248,9 +248,23 @@ desc = "She appears to be a fluffer of some sort. Deep blue eyes and curious attitude." icon_state = "rivyr" eye_desc = "" - vore_stomach_flavor = "Blue flesh gleams in the fading light as you slip down the little mar’s gullet! \ - Gooey flesh and heat surrounds your form as you’re tucked away into the darkness of her stomach! Thick slimes cling \ + vore_stomach_flavor = "Blue flesh gleams in the fading light as you slip down the little mar’s gullet! \ + Gooey flesh and heat surrounds your form as you’re tucked away into the darkness of her stomach! Thick slimes cling \ to you, but they seem to be harmless. The organ gently churns around you, clinging to your shape and forcing \ 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 = "They appear to be a Neko of some sort, containing 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 + 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