Prevents psiren omens, beckoners and the matriarch from being summoned (#23055)

Done on behalf of @VMSolidus. The reasoning is that the morale damage of
the omens and beckoners is balanced around there only being a couple,
while the gold slime core and the technomancer could spawn enough to
tank everyones morale damage to the ground. The matriarch was removed
from the gold slime core as an unintended spawn, due to its strength.
This commit is contained in:
Casper3667
2026-08-13 16:20:59 +00:00
committed by GitHub
parent 18ab9035cc
commit 2e06b7c45e
3 changed files with 12 additions and 4 deletions
@@ -36,9 +36,7 @@
"CARP" = /mob/living/simple_animal/hostile/carp,
"BEAR" = /mob/living/simple_animal/hostile/bear,
"PSIREN LASHER" = /mob/living/simple_animal/hostile/psiren,
"PSIREN DARTER" = /mob/living/simple_animal/hostile/psiren/ranged,
"PSIREN OMEN" = /mob/living/simple_animal/hostile/psiren/omen,
"PSIREN BECKONER" = /mob/living/simple_animal/hostile/psiren/omen/beckoner,
"PSIREN DARTER" = /mob/living/simple_animal/hostile/psiren/ranged
)
cooldown = 30
instability_cost = 10
+4 -1
View File
@@ -1271,7 +1271,10 @@
/mob/living/simple_animal/hostile/mimic,
/mob/living/simple_animal/hostile/cavern_geist,
/mob/living/simple_animal/hostile/cavern_geist/augmented,
/mob/living/simple_animal/hostile/retaliate/pra_exploration_drone
/mob/living/simple_animal/hostile/retaliate/pra_exploration_drone,
/mob/living/simple_animal/hostile/psiren/omen,
/mob/living/simple_animal/hostile/psiren/omen/beckoner,
/mob/living/simple_animal/hostile/psiren/matriarch
)
var/list/critters = typesof(/mob/living/simple_animal/hostile) - blocked // list of possible hostile mobs
+7
View File
@@ -0,0 +1,7 @@
author: TheGreyWolf
delete-after: True
changes:
- rscdel: "The golden slime core can no longer spawn psiren omens, beckoners or the psiren matriarch."
- rscdel: "Technomancers can no longer summon the psiren omens or beckoners. Other psirens were untouched."