Update job.dm

This commit is contained in:
deathride58
2017-11-16 12:36:46 -05:00
committed by GitHub
parent 2c6fc293f4
commit 9b36e96d34
-6
View File
@@ -72,12 +72,6 @@
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)
if(!visualsOnly && announce)
announce(H)