Jungle mobs

Added a space dragon variant of the phoron dragon, and a yellow variant of the raptor. For use in the upcoming jungle event.
This commit is contained in:
SatinIsle
2024-03-17 11:05:03 +00:00
parent db998502f9
commit 73a74e35b6
4 changed files with 24 additions and 0 deletions
@@ -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
@@ -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"