Merge pull request #43034 from AutomaticFrenzy/patch/wizard-suit

Fix the wizard hardsuit not being antimagic
This commit is contained in:
ShizCalev
2019-03-08 04:48:22 -05:00
committed by GitHub
+1 -1
View File
@@ -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