diff --git a/code/modules/jobs/job_types/church/gmtemplar.dm b/code/modules/jobs/job_types/church/gmtemplar.dm index 8ab2ce28e86..4947c9c2060 100644 --- a/code/modules/jobs/job_types/church/gmtemplar.dm +++ b/code/modules/jobs/job_types/church/gmtemplar.dm @@ -59,11 +59,6 @@ /datum/job/gmtemplar/after_spawn(mob/living/carbon/human/spawned, client/player_client) . = ..() - var/holder = spawned.patron?.devotion_holder - if(holder) - var/datum/devotion/devotion = new holder() - devotion.make_templar() - devotion.grant_to(spawned) var/static/list/selectableweapon = list( "Longsword" = /obj/item/weapon/sword/long/grandmaster,