Event Crypt Drake Variant (#15999)

Added a variant of the crypt drake with glowing eyes requested for the upcoming facility event.
This commit is contained in:
SatinIsle
2024-05-23 05:59:57 +10:00
committed by GitHub
parent c807c3179e
commit 37548b1fd9
2 changed files with 8 additions and 1 deletions
@@ -128,4 +128,11 @@
set_AI_busy(FALSE)
if(Adjacent(L)) //We leapt at them but we didn't manage to hit them, let's see if we're next to them
L.Weaken(2) //get knocked down, idiot
L.Weaken(2) //get knocked down, idiot
/mob/living/simple_mob/vore/cryptdrake/albedo //A slight variation of the cryptdrake requested for an event with glowing eyes
icon_dead = "cryptdrake_albedo-dead"
icon_living = "cryptdrake_albedo"
icon_state = "cryptdrake_albedo"
icon_rest = "cryptdrake_albedo"
has_eye_glow = TRUE
Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 KiB

After

Width:  |  Height:  |  Size: 805 KiB