Merge pull request #2453 from CHOMPStationBot/upstream-merge-10948

[MIRROR] Adds a weretiger.
This commit is contained in:
Nadyr
2021-07-08 00:15:00 -04:00
committed by GitHub
6 changed files with 56 additions and 1 deletions

View File

@@ -55,6 +55,7 @@
/mob/living/simple_mob/vore/aggressive/rat/tame,
/mob/living/simple_mob/otie/zorgoia, //CHOMPstation edit
/mob/living/simple_mob/vore/rabbit,
/mob/living/simple_mob/vore/weretiger;0.5,
// /mob/living/simple_mob/otie;0.5
))
return ..()
@@ -139,4 +140,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)