Merge pull request #684 from TheFurryFeline/TFF-Shadekin_Eye-Colour_Display_Fixy

Shadekin Eye Colour Display Fix
This commit is contained in:
Razgriz
2019-05-24 16:59:11 -07:00
committed by GitHub
2 changed files with 14 additions and 8 deletions
@@ -247,7 +247,7 @@
name = "Rivyr"
desc = "She appears to be a fluffer of some sort. Deep blue eyes and curious attitude."
icon_state = "rivyr"
eye_desc = ""
eye_desc = "deep blue eyes"
vore_stomach_flavor = "Blue flesh gleams in the fading light as you slip down the little mars gullet! \
Gooey flesh and heat surrounds your form as youre 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 \
@@ -260,7 +260,7 @@
name = "Niko"
desc = "They appear to be a Neko of some sort, containing Glowing yellow eyes and cattitude."
icon_state = "niko"
eye_desc = ""
eye_desc = "yellow eyes"
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 = "You are NOT a cat, your objective is to... wait this is the wrong game."
glow_range = 5
@@ -276,7 +276,7 @@
name = "Luna"
desc = "She appears to be a fuzzy critter of some sort. Her eyes shimmer a dark blue, glancing around curiously."
icon_state = "luna"
eye_desc = "e_blue"
eye_desc = "blue eyes"
vore_stomach_flavor = "Dark blue flesh fills your vision as you slip past the Shadekin's tongue and into the darkness \
of her gullet. The flesh around you seems squishy and pliable and malleable to say the least, warmth rolling up \
your body as the humid air rises across the deeper you slide into the darkness of her stomach. As you splash \
@@ -293,33 +293,33 @@
name ="Zylas"
desc = "He's a chubby looking creature, black and grey fur accompanied by purple eyes and a large hoody."
icon_state = "zylashoody"
eye_desc = "e_purple"
eye_desc = "purple eyes"
vore_stomach_flavor = "You are trapped in a cramped tight space. The color purple seems to dominate your vision. \
His walls rolled over your form as you lay trapped in his depths. There wasnt a drop of fluid in sight inside that \
stomach. Instead, you could feel your energy slowly draining away over time, like... he was leeching off you."
player_msg = "You are Zylas. You enjoy scaring the local population and eating every chicken you find."
//"Two scarves. No more, No Less." -Muninn
/mob/living/simple_animal/shadekin/blue/muninn
name ="Muninn"
desc = "A gray furred shadekin, a little on the hefty side. Rocks two scarves, one on the neck, one on the tail. \
He seems eager to take in the various sights and sounds of the station"
icon_state = "muninn"
eye_desc = "e_blue"
eye_desc = "blue eyes"
vore_stomach_flavor = "You're stuck in a warm, tight stomach. \
A blue glow, as soft as the walls surrounding you, illuminates the cramped chamber. \
Muninn's walls gently squeeze over your form, like a tight, yet comfortable hug. \
The gut itself was relatively dry, only slightly damp. \
As Muninn ambles along, you'd gently sway within. It's quite the nice place to stay for a while."
player_msg = "You are Muninn. Today you feel... Curious."
//"Here's a little lesson in the trickeries" -Muninn
/mob/living/simple_animal/shadekin/purple/muninn
name ="Muninn"
desc = "A gray furred shadekin, a little on the hefty side. Rocks two scarves, one on the neck, one on the tail.\
He seems a little mischevious... better keep an eye on him."
icon_state = "muninn"
eye_desc = "e_purple"
eye_desc = "purple eyes"
vore_stomach_flavor = "You're stuck in a warm, tight stomach. \
A purple glow, as soft as the walls surrounding you, illuminates the cramped chamber. \
Muninn's walls gently squeeze over your form, like a tight hug. \
@@ -0,0 +1,6 @@
author: TheFurryFeline
delete-after: True
changes:
- bugfix: "Shadekin eye colour display fix. Basically outputs the eye colour correctly rather than like e_purple or stuff."