diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/dragon.dm b/code/modules/mob/living/simple_mob/subtypes/vore/dragon.dm index 6438ee1f8e1..7c2ee03da4c 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/dragon.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/dragon.dm @@ -114,3 +114,17 @@ /datum/say_list/dragonboss say_got_target = list("roars and snaps it jaws!") + +/mob/living/simple_mob/vore/aggressive/dragon/space + name = "space dragon" + tt_desc = "Astra Draconinae" + maxHealth = 300 + health = 300 + faction = "dragon" + icon_dead = "space_dragon_dead" + icon_living = "space_dragon" + icon_state = "space_dragon" + mount_offset_y = 24 + mount_offset_x = -9 + has_eye_glow = TRUE + vore_eyes = TRUE diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/raptor.dm b/code/modules/mob/living/simple_mob/subtypes/vore/raptor.dm index 5adb15f8652..95769934ee6 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/raptor.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/raptor.dm @@ -147,3 +147,13 @@ remove_eyes() add_eyes() update_transform() + +/mob/living/simple_mob/vore/raptor/yellow + name = "raptor" + desc = "A massive yellow raptor with piercing blue eyes and a feathered tail. Long sharp claws and huge pointy teeth, I wouldn't want to upset this thing." + icon_dead = "raptoryellow_dead" + icon_living = "raptoryellow" + icon_state = "raptoryellow" + icon_rest = "raptoryellow_rest" + random_skin = 0 + initial_icon = "raptoryellow" diff --git a/icons/mob/vore64x64.dmi b/icons/mob/vore64x64.dmi index 9dea7f4b622..b1c99444a3a 100644 Binary files a/icons/mob/vore64x64.dmi and b/icons/mob/vore64x64.dmi differ diff --git a/icons/mob/vore_raptor.dmi b/icons/mob/vore_raptor.dmi index 479923d44e2..ad2c69c43d9 100644 Binary files a/icons/mob/vore_raptor.dmi and b/icons/mob/vore_raptor.dmi differ