mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user