mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18: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
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 727 KiB After Width: | Height: | Size: 805 KiB |
Reference in New Issue
Block a user