Adds a weretiger.

This commit is contained in:
Ketrai
2021-07-07 20:50:38 +02:00
parent bb3cfe95f0
commit fb5a45e299
6 changed files with 57 additions and 2 deletions
@@ -54,6 +54,7 @@
/mob/living/simple_mob/vore/aggressive/rat,
/mob/living/simple_mob/vore/aggressive/rat/tame,
/mob/living/simple_mob/vore/rabbit,
/mob/living/simple_mob/vore/weretiger;0.5,
// /mob/living/simple_mob/otie;0.5
))
return ..()
@@ -138,4 +139,9 @@
/obj/structure/largecrate/animal/jerboa
name = "Jerboa Crate"
desc = "Lots, and lots of squeaking."
starts_with = list(/mob/living/simple_mob/animal/passive/mouse/jerboa)
starts_with = list(/mob/living/simple_mob/animal/passive/mouse/jerboa)
/obj/structure/largecrate/animal/weretiger
name = "Weretiger Crate"
desc = "You can hear a lot of annoyed scratches, clearly someone doesn't enjoy being locked up."
starts_with = list(/mob/living/simple_mob/vore/weretiger)
@@ -40,7 +40,8 @@
"Webslinger Giant Spider" = /mob/living/simple_mob/animal/giant_spider/webslinger,
"Frost Giant Spider" = /mob/living/simple_mob/animal/giant_spider/frost,
"Nurse Giant Spider" = /mob/living/simple_mob/animal/giant_spider/nurse/eggless,
"Giant Spider Queen" = /mob/living/simple_mob/animal/giant_spider/nurse/queen/eggless
"Giant Spider Queen" = /mob/living/simple_mob/animal/giant_spider/nurse/queen/eggless,
"Weretiger" = /mob/living/simple_mob/vore/weretiger
)
/obj/structure/ghost_pod/ghost_activated/maintpred/create_occupant(var/mob/M)