[MIRROR] Hud screens now set hud owner in Initialize. [MDB IGNORE] (#22501)

* Hud screens now set hud owner in Initialize.

* Merge conflicts

* modular adjustments

* Missed one

* Make this easier to spot

---------

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: Giz <vinylspiders@gmail.com>
This commit is contained in:
SkyratBot
2023-07-18 16:41:01 -04:00
committed by GitHub
co-authored by John Willard Giz
parent 7d80e387d0
commit daba1d93ae
43 changed files with 257 additions and 395 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ INITIALIZE_IMMEDIATE(/mob/dead)
var/client/C = client
to_chat(C, span_notice("Sending you to [pick]."))
new /atom/movable/screen/splash(null, C)
new /atom/movable/screen/splash(null, null, C)
notransform = TRUE
sleep(2.9 SECONDS) //let the animation play