mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
Merge pull request #43034 from AutomaticFrenzy/patch/wizard-suit
Fix the wizard hardsuit not being antimagic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user