From b1e6241b2242839d4d5f824e70b64df5d759c74e Mon Sep 17 00:00:00 2001 From: TheFurryFeline Date: Wed, 22 May 2019 21:11:34 -0400 Subject: [PATCH] Shadekin Eye Colour Display Fix On the tin, fixes the text that shows on examine which was e_purple, e_blue, etc. --- .../living/simple_animal/vore/shadekin/types.dm | 16 ++++++++-------- ...TheFurryFeline - Shadekin Eye Colour Fixy.yml | 6 ++++++ 2 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 html/changelogs/TheFurryFeline - Shadekin Eye Colour Fixy.yml 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 73c5a45be0..c83b997439 100644 --- a/code/modules/mob/living/simple_animal/vore/shadekin/types.dm +++ b/code/modules/mob/living/simple_animal/vore/shadekin/types.dm @@ -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 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 \ @@ -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. \ diff --git a/html/changelogs/TheFurryFeline - Shadekin Eye Colour Fixy.yml b/html/changelogs/TheFurryFeline - Shadekin Eye Colour Fixy.yml new file mode 100644 index 0000000000..b2f31bc3ea --- /dev/null +++ b/html/changelogs/TheFurryFeline - Shadekin Eye Colour Fixy.yml @@ -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." \ No newline at end of file