Eel Glowing Eyes (#17817)

* glowing eyes

* Changelog Fix

* light

* light 2

---------

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
RustingWithYou
2023-11-23 04:54:54 +00:00
committed by GitHub
co-authored by SleepyGemmy
parent a77f5161a5
commit 86a31e6745
3 changed files with 54 additions and 0 deletions
@@ -172,6 +172,19 @@
melee_damage_lower = 20
melee_damage_upper = 20
armor_penetration = 25
var/image/eye_overlay
/mob/living/simple_animal/hostile/carp/shark/reaver/eel/Initialize()
. = ..()
eye_overlay = image(icon, "eel_eyeglow", layer = EFFECTS_ABOVE_LIGHTING_LAYER)
eye_overlay.appearance_flags = KEEP_APART
add_overlay(eye_overlay)
set_light(MINIMUM_USEFUL_LIGHT_RANGE, 2, LIGHT_COLOR_TUNGSTEN)
/mob/living/simple_animal/hostile/carp/shark/reaver/eel/death()
. = ..()
cut_overlays()
set_light(0)
/mob/living/simple_animal/hostile/carp/bloater
name = "bloater"