mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Combat MEKA & Mob bellies addition and fixing (#6946)
This commit is contained in:
@@ -48,6 +48,9 @@ var/global/list/vr_mob_tf_options = list(
|
||||
"Parrot" = /mob/living/simple_mob/animal/passive/bird/parrot,
|
||||
"Cat" = /mob/living/simple_mob/animal/passive/cat,
|
||||
"Corgi" = /mob/living/simple_mob/animal/passive/dog/corgi,
|
||||
"Squirrel" = /mob/living/simple_mob/vore/squirrel,
|
||||
"Frog" = /mob/living/simple_mob/vore/aggressive/frog,
|
||||
"Seagull" =/mob/living/simple_mob/vore/seagull,
|
||||
"Fox" = /mob/living/simple_mob/animal/passive/fox,
|
||||
"Racoon" = /mob/living/simple_mob/animal/passive/raccoon_ch,
|
||||
"Shantak" = /mob/living/simple_mob/animal/sif/shantak,
|
||||
@@ -63,6 +66,7 @@ var/global/list/vr_mob_tf_options = list(
|
||||
"Slime" = /mob/living/simple_mob/slime/xenobio/metal,
|
||||
"Corrupt hound" = /mob/living/simple_mob/vore/aggressive/corrupthound,
|
||||
"Deathclaw" = /mob/living/simple_mob/vore/aggressive/deathclaw/den,
|
||||
"Weretiger" = /mob/living/simple_mob/vore/weretiger,
|
||||
"Mimic" = /mob/living/simple_mob/vore/aggressive/mimic/floor/plating,
|
||||
"Giant rat" = /mob/living/simple_mob/vore/aggressive/rat,
|
||||
"Catslug" = /mob/living/simple_mob/vore/alienanimals/catslug,
|
||||
@@ -81,7 +85,13 @@ var/global/list/vr_mob_tf_options = list(
|
||||
"Armalis vox" = /mob/living/simple_mob/vox/armalis,
|
||||
"Xeno hunter" = /mob/living/simple_mob/xeno_ch/hunter,
|
||||
"Xeno queen" = /mob/living/simple_mob/xeno_ch/queen/maid,
|
||||
"Xeno sentinel" = /mob/living/simple_mob/xeno_ch/sentinel)
|
||||
"Xeno sentinel" = /mob/living/simple_mob/xeno_ch/sentinel,
|
||||
"Space carp" = /mob/living/simple_mob/animal/space/carp,
|
||||
"Jelly blob" = /mob/living/simple_mob/vore/jelly,
|
||||
"SWOOPIE XL" = /mob/living/simple_mob/vore/aggressive/corrupthound/swoopie,
|
||||
"Abyss lurker" = /mob/living/simple_mob/vore/vore_hostile/abyss_lurker,
|
||||
"Abyss leaper" = /mob/living/simple_mob/vore/vore_hostile/leaper,
|
||||
"Gelatinous cube" = /mob/living/simple_mob/vore/vore_hostile/gelatinous_cube)
|
||||
|
||||
var/global/list/vr_mob_spawner_options = list(
|
||||
"Parrot" = /mob/living/simple_mob/animal/passive/bird/parrot,
|
||||
@@ -96,6 +106,7 @@ var/global/list/vr_mob_spawner_options = list(
|
||||
"Squirrel" = /mob/living/simple_mob/vore/squirrel,
|
||||
"Red panda" = /mob/living/simple_mob/vore/redpanda,
|
||||
"Fennec" = /mob/living/simple_mob/vore/fennec,
|
||||
"Seagull" =/mob/living/simple_mob/vore/seagull,
|
||||
"Corgi" = /mob/living/simple_mob/animal/passive/dog/corgi,
|
||||
"Armadillo" = /mob/living/simple_mob/animal/passive/armadillo,
|
||||
"Racoon" = /mob/living/simple_mob/animal/passive/raccoon_ch,
|
||||
@@ -117,6 +128,7 @@ var/global/list/vr_mob_spawner_options = list(
|
||||
"Teppi" = /mob/living/simple_mob/vore/alienanimals/teppi,
|
||||
"Slug" = /mob/living/simple_mob/vore/slug,
|
||||
"Catslug" = /mob/living/simple_mob/vore/alienanimals/catslug,
|
||||
"Weretiger" = /mob/living/simple_mob/vore/weretiger,
|
||||
"Dust jumper" = /mob/living/simple_mob/vore/alienanimals/dustjumper,
|
||||
"Star treader" = /mob/living/simple_mob/vore/alienanimals/startreader,
|
||||
"Space ghost" = /mob/living/simple_mob/vore/alienanimals/spooky_ghost,
|
||||
@@ -161,6 +173,7 @@ var/global/list/vr_mob_spawner_options = list(
|
||||
"Shadekin" = /mob/living/simple_mob/shadekin,
|
||||
"Catgirl" = /mob/living/simple_mob/vore/catgirl,
|
||||
"Wolfgirl" = /mob/living/simple_mob/vore/wolfgirl,
|
||||
"Wolftaur" = /mob/living/simple_mob/vore/wolftaur,
|
||||
"Lamia" = /mob/living/simple_mob/vore/lamia,
|
||||
"Corrupt hound" = /mob/living/simple_mob/vore/aggressive/corrupthound,
|
||||
"Corrupt corrupt hound" = /mob/living/simple_mob/vore/aggressive/corrupthound/prettyboi,
|
||||
|
||||
Reference in New Issue
Block a user