Gets rid of ignored_factions (#94972)

## About The Pull Request

Tin, this is redundant now that faction has been moved to the atom. Also
fixes a misc runtime that can occur if someone clicks an ashwalker egg
before team datums are created

## Why It's Good For The Game

Updates code

## Changelog

Not player-facing
This commit is contained in:
Bloop
2026-01-24 17:58:22 -05:00
committed by GitHub
parent 7f999279c5
commit 4a58cdcc44
6 changed files with 11 additions and 9 deletions
@@ -231,6 +231,8 @@
return ..()
/obj/effect/mob_spawn/ghost_role/human/ash_walker/allow_spawn(mob/user, silent = FALSE)
if(isnull(team))
return FALSE
if(!(user.ckey in team.players_spawned))//one per person unless you get a bonus spawn
return TRUE
if(!silent)