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 16:39:33 +00:00
committed by GitHub
parent c97b2e6719
commit d46ea07125
6 changed files with 104 additions and 17 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/lobby_mobs_location)
/obj/effect/landmark/skrell_srom/Initialize()
..()
dream_entries += get_turf(src)
GLOB.dream_entries |= get_turf(src)
return INITIALIZE_HINT_QDEL
/**