mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
Adds giant lab rats (#6901)
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user