Fixed cryopods causing an harddel on mobs (#19721)

Fixed cryopods causing an harddel on mobs
This commit is contained in:
Fluffy
2024-07-29 22:49:37 +00:00
committed by GitHub
parent c5519d0a40
commit 9476f036a0
3 changed files with 58 additions and 19 deletions
-2
View File
@@ -397,8 +397,6 @@
to_chat(usr, jointext(GLOB.living_mob_list,", "))
if("Dead Mobs")
to_chat(usr, jointext(GLOB.dead_mob_list,", "))
if("Frozen Mobs")
to_chat(usr, jointext(GLOB.frozen_crew,", "))
if("Clients")
to_chat(usr, jointext(GLOB.clients,", "))