From 4c051f70e8c61ab3b69307f462cbbb15bda1a234 Mon Sep 17 00:00:00 2001 From: necromanceranne Date: Sat, 4 Apr 2020 19:16:59 +1100 Subject: [PATCH] fixes this too --- code/modules/clothing/gloves/miscellaneous.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index dac4a0bf6c..6f0d25b498 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -51,6 +51,11 @@ resistance_flags = FIRE_PROOF | ACID_PROOF enhancement = 1 //It is not magic that makes you punch harder, but force of will. Trust me. secondary_trait = TRAIT_ANTIMAGIC + var/chaplain_spawnable = TRUE + +/obj/item/clothing/gloves/fingerless/pugilist/chaplain/Initialize() + . = ..() + AddComponent(/datum/component/anti_magic, TRUE, TRUE, FALSE, null, null, FALSE) /obj/item/clothing/gloves/fingerless/pugilist/magic name = "armwraps of mighty fists"