From 09f05b81c282477d3c4c20a53e04efd3f7fbfcec Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 21 Mar 2018 05:10:37 +0100 Subject: [PATCH] Fix of the fix for test mob (#51) * Minor modifications to test mob The lightbulb glows now! * Refixed the Fix of the Fix for test mob Break it down, build it up! --- .../living/simple_animal/vore/shadekin/types.dm | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 2ca2f11643..6b79639785 100644 --- a/code/modules/mob/living/simple_animal/vore/shadekin/types.dm +++ b/code/modules/mob/living/simple_animal/vore/shadekin/types.dm @@ -256,18 +256,22 @@ player_msg = "Mar? Mar mar. Mar mar mar. Mar. Mar mar? Mar! Mar. Marrrr." //thanks john -/mob/living/simple_animal/shadekin/yellow/niko +/mob/living/simple_animal/shadekin/blue/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" + player_msg = "You are NOT a cat, your objective is to... wait this is the wrong game." + glow_range = 5 + glow_toggle = 1 luminosity = 5 - + energy_adminbuse = 1 + hostile = "FALSE" + retaliate = "FALSE" + eye_state = 0 + attacktext = list("clawed") + /mob/living/simple_animal/shadekin/blue/luna name = "Luna" desc = "She appears to be a fuzzy critter of some sort. Her eyes shimmer a dark blue, glancing around curiously."