Fixed Srom not working properly (#19357)

Fixed srom not working properly.
Fixed a runtime with translators implants.
Aligned runechat correctly in srom mobs.
Turned the srom entry points into a GLOB list.

Fixes #19207
This commit is contained in:
Fluffy
2024-06-08 18:39:33 +02:00
committed by GitHub
parent c97b2e6719
commit d46ea07125
6 changed files with 104 additions and 17 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
zone_sel = null
/mob/var/should_add_to_mob_list = TRUE
/mob/Initialize()
/mob/Initialize(mapload)
. = ..()
if(should_add_to_mob_list)
GLOB.mob_list += src