mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01: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)
|
||||
@@ -53,6 +53,7 @@
|
||||
"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,
|
||||
"Weretiger" = /mob/living/simple_mob/vore/weretiger,
|
||||
"Lesser Large Dragon" = /mob/living/simple_mob/vore/bigdragon/friendly/maintpred //CHOMPStation add.
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user