Merge pull request #5147 from Citadel-Station-13/upstream-merge-34994
[MIRROR] Fixes species.after_equip_job() running before a player's joining species is finalized
This commit is contained in:
@@ -70,14 +70,14 @@
|
||||
if(outfit)
|
||||
H.equipOutfit(outfit, visualsOnly)
|
||||
|
||||
H.dna.species.after_equip_job(src, H, visualsOnly)
|
||||
|
||||
if(CONFIG_GET(flag/enforce_human_authority) && (title in GLOB.command_positions))
|
||||
if(H.dna.species.id != "human")
|
||||
H.set_species(/datum/species/human)
|
||||
H.rename_self("human", H.client)
|
||||
purrbation_remove(H, silent=TRUE)
|
||||
|
||||
H.dna.species.after_equip_job(src, H, visualsOnly)
|
||||
|
||||
if(!visualsOnly && announce)
|
||||
announce(H)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user