mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Adds a weretiger.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user