diff --git a/code/modules/jobs/job_types/job.dm b/code/modules/jobs/job_types/job.dm index 5ebc65f028..e921af52c9 100644 --- a/code/modules/jobs/job_types/job.dm +++ b/code/modules/jobs/job_types/job.dm @@ -72,15 +72,12 @@ H.dna.species.after_equip_job(src, H, visualsOnly) -<<<<<<< HEAD -======= 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) ->>>>>>> b5e0746... Refactor of catpeople mutant organs (#32101) if(!visualsOnly && announce) announce(H)