mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-21 03:52:54 +01:00
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!
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user