From 3947df30ec75600de46ee70208daef2672c63f98 Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Wed, 6 Mar 2019 00:10:33 -0800 Subject: [PATCH] Fix the wizard hardsuit not being antimagic --- code/modules/clothing/spacesuits/hardsuit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index 3a66f2d460b..62eb7a07b27 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -423,7 +423,7 @@ /obj/item/clothing/suit/space/hardsuit/wizard/Initialize() . = ..() - AddComponent(/datum/component/anti_magic, TRUE, FALSE, _blocks_self = FALSE) + AddComponent(/datum/component/anti_magic, TRUE, FALSE, INFINITY, FALSE) //Medical hardsuit