From cd3a6df4864eef911dad7ba98d44495d4820fe48 Mon Sep 17 00:00:00 2001 From: MrTCo <142560265+MrTCo1@users.noreply.github.com> Date: Sat, 14 Feb 2026 19:47:36 -0700 Subject: [PATCH] Remove miracles from the grandmaster --- code/modules/jobs/job_types/church/gmtemplar.dm | 5 ----- 1 file changed, 5 deletions(-) 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,