Update job.dm
This commit is contained in:
@@ -72,15 +72,12 @@
|
|||||||
|
|
||||||
H.dna.species.after_equip_job(src, H, visualsOnly)
|
H.dna.species.after_equip_job(src, H, visualsOnly)
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
if(CONFIG_GET(flag/enforce_human_authority) && (title in GLOB.command_positions))
|
if(CONFIG_GET(flag/enforce_human_authority) && (title in GLOB.command_positions))
|
||||||
if(H.dna.species.id != "human")
|
if(H.dna.species.id != "human")
|
||||||
H.set_species(/datum/species/human)
|
H.set_species(/datum/species/human)
|
||||||
H.rename_self("human", H.client)
|
H.rename_self("human", H.client)
|
||||||
purrbation_remove(H, silent=TRUE)
|
purrbation_remove(H, silent=TRUE)
|
||||||
|
|
||||||
>>>>>>> b5e0746... Refactor of catpeople mutant organs (#32101)
|
|
||||||
if(!visualsOnly && announce)
|
if(!visualsOnly && announce)
|
||||||
announce(H)
|
announce(H)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user