diff --git a/code/modules/mob/living/simple_animal/hostile/vore/deathclaw.dm b/code/modules/mob/living/simple_animal/hostile/vore/deathclaw.dm new file mode 100644 index 0000000000..eb031127ae --- /dev/null +++ b/code/modules/mob/living/simple_animal/hostile/vore/deathclaw.dm @@ -0,0 +1,16 @@ +/mob/living/simple_animal/hostile/vore/large/deathclaw + name = "deathclaw" + desc = "Big! Big! The size of three men! Claws as long as my forearm! Ripped apart! Ripped apart!" + icon = 'icons/mob/vore64x64.dmi' + icon_dead = "deathclaw-dead" + icon_living = "deathclaw" + icon_state = "deathclaw" + old_x = -16 + old_y = 0 + pixel_x = -16 + pixel_y = 0 + maxHealth = 200 + health = 200 + capacity = 2 + max_size = 2 + min_size = 0.25 \ No newline at end of file diff --git a/icons/mob/vore.dmi b/icons/mob/vore.dmi index 39c757f943..11f81fd498 100644 Binary files a/icons/mob/vore.dmi and b/icons/mob/vore.dmi differ diff --git a/icons/mob/vore64x64.dmi b/icons/mob/vore64x64.dmi index 2180495c2c..20f5197284 100644 Binary files a/icons/mob/vore64x64.dmi and b/icons/mob/vore64x64.dmi differ diff --git a/vorestation.dme b/vorestation.dme index 8ae0692d24..cf58888b1a 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1604,6 +1604,7 @@ #include "code\modules\mob\living\simple_animal\hostile\vore\bear.dm" #include "code\modules\mob\living\simple_animal\hostile\vore\carp.dm" #include "code\modules\mob\living\simple_animal\hostile\vore\creature.dm" +#include "code\modules\mob\living\simple_animal\hostile\vore\deathclaw.dm" #include "code\modules\mob\living\simple_animal\hostile\vore\mimic.dm" #include "code\modules\mob\living\simple_animal\hostile\vore\vore.dm" #include "code\modules\mob\living\voice\voice.dm"