ERT no longer initially spawns in nullspace (#29347)

This commit is contained in:
Qwertytoforty
2025-05-17 13:16:01 +00:00
committed by GitHub
parent 3f9b63fd3e
commit 5cec6a1cdd
+1 -2
View File
@@ -150,7 +150,7 @@ GLOBAL_LIST_EMPTY(ert_request_messages)
R.force_modules = list("Engineering", "Medical")
return R
var/mob/living/carbon/human/M = new(null)
var/mob/living/carbon/human/M = new(spawn_location)
if(new_gender)
if(new_gender == "Male")
@@ -217,7 +217,6 @@ GLOBAL_LIST_EMPTY(ert_request_messages)
if(!(M.mind in SSticker.minds))
SSticker.minds += M.mind //Adds them to regular mind list.
SSticker.mode.ert += M.mind
M.forceMove(spawn_location)
SSjobs.CreateMoneyAccount(M, role, null)