From 9b36e96d34eb47f542650393ff7199cb01adcfd8 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Thu, 16 Nov 2017 12:36:46 -0500 Subject: [PATCH] Update job.dm --- code/modules/jobs/job_types/job.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/jobs/job_types/job.dm b/code/modules/jobs/job_types/job.dm index e921af52c9..2e18807541 100644 --- a/code/modules/jobs/job_types/job.dm +++ b/code/modules/jobs/job_types/job.dm @@ -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)