diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/cryptdrake.dm b/code/modules/mob/living/simple_mob/subtypes/vore/cryptdrake.dm index cb3ca07957f..f6c1ab75ffd 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/cryptdrake.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/cryptdrake.dm @@ -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 \ No newline at end of file + 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 diff --git a/icons/mob/vore128x64.dmi b/icons/mob/vore128x64.dmi index ef728e2a193..c69ec831237 100644 Binary files a/icons/mob/vore128x64.dmi and b/icons/mob/vore128x64.dmi differ