Mobs will no longer be despawned if they aren't inside a cryopod (#16808)

* fix a crash issue

* fix another crash
This commit is contained in:
Kashargul
2025-01-01 17:40:02 +10:00
committed by GitHub
parent ca3d2a40a8
commit 3942ee8b8d
2 changed files with 8 additions and 7 deletions
@@ -1814,8 +1814,6 @@
rig.visor.deactivate()
to_chat(src, span_warning("\The [rig]'s visor has shuddenly deactivated!"))
..()
/mob/living/carbon/human/get_mob_riding_slots()
return list(back, head, wear_suit)