mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user