[MIRROR] Adds raptor vore mobs (#7063)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2023-10-04 18:26:48 -04:00
committed by GitHub
co-authored by Heroman3003 CHOMPStation2
parent df374639fe
commit b60bea933f
5 changed files with 159 additions and 1 deletions
@@ -67,7 +67,9 @@
"Snapdragon" =/mob/living/simple_mob/vore/pakkun/snapdragon,
"Sand pakkun" = /mob/living/simple_mob/vore/pakkun/sand,
"Fire pakkun" = /mob/living/simple_mob/vore/pakkun/fire,
"Amethyst pakkun" = /mob/living/simple_mob/vore/pakkun/purple
"Amethyst pakkun" = /mob/living/simple_mob/vore/pakkun/purple,
"Raptor" = /mob/living/simple_mob/vore/raptor,
"Giant Bat" = /mob/living/simple_mob/vore/bat
)
/obj/structure/ghost_pod/ghost_activated/maintpred/create_occupant(var/mob/M)