More minor adjustments to cave mob spawns (#10413)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Spades
2025-03-14 05:42:17 -04:00
committed by GitHub
parent 7a4a3d1add
commit 37ab2032a2
2 changed files with 5 additions and 4 deletions

View File

@@ -19,11 +19,11 @@
/mob/living/simple_mob/animal/passive/mouse/rat = 25,
/mob/living/simple_mob/metroid/mine = 25,
/mob/living/simple_mob/vore/oregrub = 25,
/mob/living/simple_mob/vore/oregrub/lava = 20,
/mob/living/simple_mob/vore/aggressive/dino = 20,
/mob/living/simple_mob/animal/space/carp = 20,
/mob/living/simple_mob/vore/oregrub/lava = 15,
/mob/living/simple_mob/vore/stalker = 10,
/mob/living/simple_mob/vore/lamia/cobra/cave = 10,
/mob/living/simple_mob/vore/lamia/copper/cave = 10,
/mob/living/simple_mob/vore/lamia/albino/cave = 5,
/mob/living/simple_mob/vore/aggressive/lizardman = 5,
/mob/living/simple_mob/vore/otie = 5,
@@ -31,9 +31,10 @@
/obj/structure/closet/crate/mimic/cointoss = 1,
/obj/structure/closet/crate/mimic/closet/cointoss = 1,
/mob/living/simple_mob/vore/otie/feral = 1,
/mob/living/simple_mob/vore/sonadile = 1,
// /mob/living/simple_mob/vore/sonadile = 1, // Removed until sprite issues fixed.
/mob/living/simple_mob/animal/space/bear/brown = 1,
/mob/living/simple_mob/vore/aggressive/deathclaw = 1,
/mob/living/simple_mob/vore/gryphon = 1,
/mob/living/simple_mob/vore/demon = 0.5 // VERY rare!
)

View File

@@ -8,7 +8,7 @@
vore_tail_transfer_chance = 10 // And the albino ones are EXTRA greedy!
ai_holder_type = /datum/ai_holder/simple_mob/melee/hit_and_run // Ambush predators!
/mob/living/simple_mob/vore/lamia/cobra/cave
/mob/living/simple_mob/vore/lamia/copper/cave
name = "cave lamia"
desc = "Combination snake-human. This one looks hungry!"
melee_damage_lower = 5