mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #2453 from CHOMPStationBot/upstream-merge-10948
[MIRROR] Adds a weretiger.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user