actually this is all i have to do

This commit is contained in:
DragonTrance
2021-04-20 05:55:10 -07:00
committed by GitHub
parent 42f4fe1721
commit 7b37e4c523
+1 -6
View File
@@ -391,7 +391,6 @@ SUBSYSTEM_DEF(job)
var/datum/job/job = GetJob(rank)
H.job = rank
equip_loadout(N, H)
//If we joined at roundstart we should be positioned at our workstation
if(!joined_late)
@@ -464,10 +463,6 @@ SUBSYSTEM_DEF(job)
if(H.mind)
H.mind.memory += "Your account ID is [wageslave.account_id].<BR>"
if(job && H)
job.after_spawn(H, M, joined_late) // note: this happens before the mob has a key! M will always have a client, H might not.
equip_loadout(N, H, TRUE)//CIT CHANGE - makes players spawn with in-backpack loadout items properly. A little hacky but it works
return H
@@ -660,4 +655,4 @@ SUBSYSTEM_DEF(job)
. |= player.mind
/datum/controller/subsystem/job/proc/JobDebug(message)
log_job_debug(message)
log_job_debug(message)