Adds giant lab rats (#6901)

This commit is contained in:
Verkister
2023-09-03 17:47:51 +02:00
committed by GitHub
parent 9eb6ca21e1
commit 540b86c4f4
4 changed files with 14 additions and 2 deletions
@@ -53,6 +53,7 @@
/mob/living/simple_mob/vore/aggressive/mimic,
/mob/living/simple_mob/vore/aggressive/rat,
/mob/living/simple_mob/vore/aggressive/rat/tame,
/mob/living/simple_mob/vore/aggressive/rat/labrat, //CHOMPEdit
/mob/living/simple_mob/vore/otie/zorgoia, //CHOMPstation edit
/mob/living/simple_mob/vore/rabbit,
/mob/living/simple_mob/vore/weretiger;0.5,
@@ -29,6 +29,7 @@
"Lizardman" = /mob/living/simple_mob/vore/aggressive/lizardman,//CHOMPedit: more mobs
"Giant Frog" = /mob/living/simple_mob/vore/aggressive/frog,
"Giant Rat" = /mob/living/simple_mob/vore/aggressive/rat,
"Giant Lab Rat" = /mob/living/simple_mob/vore/aggressive/rat/labrat,//CHOMPedit: more mobs
"Jelly Blob" = /mob/living/simple_mob/vore/jelly,
"Wolf" = /mob/living/simple_mob/vore/wolf,
"Dire Wolf" = /mob/living/simple_mob/vore/wolf/direwolf,//CHOMPedit: more mobs
@@ -2,5 +2,15 @@
maxHealth = 50
health = 50
vore_pounce_chance = 10
can_be_drop_prey = FALSE //CHOMP Add
can_be_drop_prey = FALSE
/mob/living/simple_mob/vore/aggressive/rat/labrat
name = "giant lab rat"
desc = "In what passes for a hierarchy among lab rats, this one is a boss."
icon_state = "labrat"
icon_living = "labrat"
icon_dead = "labrat-dead"
icon_rest = "labrat_rest"
faction = "neutral"
icon = 'modular_chomp/icons/mob/vore64x32_ch.dmi'
Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 158 KiB