mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
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:
co-authored by
SleepyGemmy
parent
a77f5161a5
commit
86a31e6745
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user