From 2b879c2a0589bc5daa36188404e093243f3e082e Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 9 Jun 2021 12:08:31 +0300 Subject: [PATCH] Adds more mobs to maint pred options. -Added fox, syndi-fox, raccoon, cat, lizardman, direwolf, diredog, hyena, chubby oties (base/mutated/red), and zorgoia. --- .../game/objects/structures/ghost_pods/event_vr.dm | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/ghost_pods/event_vr.dm b/code/game/objects/structures/ghost_pods/event_vr.dm index dfa874a25d..b44fc2c27f 100644 --- a/code/game/objects/structures/ghost_pods/event_vr.dm +++ b/code/game/objects/structures/ghost_pods/event_vr.dm @@ -14,13 +14,21 @@ "Red Panda" = /mob/living/simple_mob/vore/redpanda, "Fennec" = /mob/living/simple_mob/vore/fennec, "Fennix" = /mob/living/simple_mob/vore/fennix, + "Fox" = /mob/living/simple_mob/animal/passive/fox,//CHOMPedit: more mobs + "Syndi-Fox" = /mob/living/simple_mob/animal/passive/fox/syndicate,//CHOMPedit: more mobs + "Raccoon" = /mob/living/simple_mob/animal/passive/raccoon_ch,//CHOMPedit: more mobs + "Cat" = /mob/living/simple_mob/animal/passive/cat,//CHOMPedit: more mobs "Space Bumblebee" = /mob/living/simple_mob/vore/bee, "Space Bear" = /mob/living/simple_mob/animal/space/bear, "Voracious Lizard" = /mob/living/simple_mob/vore/aggressive/dino, + "Lizardman" = /mob/living/simple_mob/vore/aggressive/lizardman,//CHOMPedit: more mobs "Giant Frog" = /mob/living/simple_mob/vore/aggressive/frog, "Giant Rat" = /mob/living/simple_mob/vore/aggressive/rat, "Jelly Blob" = /mob/living/simple_mob/animal/space/jelly, "Wolf" = /mob/living/simple_mob/animal/wolf, + "Dire Wolf" = /mob/living/simple_mob/animal/wolf/direwolf,//CHOMPedit: more mobs + "Large Dog" = /mob/living/simple_mob/animal/wolf/direwolf/dog,//CHOMPedit: more mobs + "Hyena" = /mob/living/simple_mob/animal/hyena,//CHOMPedit: more mobs "Juvenile Solargrub" = /mob/living/simple_mob/vore/solargrub, "Sect Queen" = /mob/living/simple_mob/vore/sect_queen, "Sect Drone" = /mob/living/simple_mob/vore/sect_drone, @@ -29,8 +37,12 @@ "Giant Snake" = /mob/living/simple_mob/vore/aggressive/giant_snake, "Deathclaw" = /mob/living/simple_mob/vore/aggressive/deathclaw, "Otie" = /mob/living/simple_mob/otie, - "Mutated Otie" =/mob/living/simple_mob/otie/feral, + "Chubby Otie" = /mob/living/simple_mob/otie/friendly/chubby,//CHOMPedit: more mobs + "Mutated Otie" = /mob/living/simple_mob/otie/feral, + "Chubby Mutated Otie" = /mob/living/simple_mob/otie/feral/chubby,//CHOMPedit: more mobs "Red Otie" = /mob/living/simple_mob/otie/red, + "Chubby Red Otie" = /mob/living/simple_mob/otie/red/chubby,//CHOMPedit: more mobs + "Zorgoia" = /mob/living/simple_mob/otie/zorgoia,//CHOMPedit: more mobs "Corrupt Hound" = /mob/living/simple_mob/vore/aggressive/corrupthound, "Corrupt Corrupt Hound" = /mob/living/simple_mob/vore/aggressive/corrupthound/prettyboi, "Hunter Giant Spider" = /mob/living/simple_mob/animal/giant_spider/hunter,