mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
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:
@@ -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"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 212 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 115 KiB |
Reference in New Issue
Block a user