mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fix wizard modsuit not having antimagic protection (#66890)
* Fix wizard modsuit not having antimagic protection * Change TRAIT_ANTIMAGIC_NO_SELFBLOCK comment
This commit is contained in:
@@ -173,9 +173,11 @@
|
||||
icon_state = "magic_neutralizer"
|
||||
|
||||
/obj/item/mod/module/anti_magic/wizard/on_suit_activation()
|
||||
ADD_TRAIT(mod.wearer, TRAIT_ANTIMAGIC, MOD_TRAIT)
|
||||
ADD_TRAIT(mod.wearer, TRAIT_ANTIMAGIC_NO_SELFBLOCK, MOD_TRAIT)
|
||||
|
||||
/obj/item/mod/module/anti_magic/wizard/on_suit_deactivation(deleting = FALSE)
|
||||
REMOVE_TRAIT(mod.wearer, TRAIT_ANTIMAGIC, MOD_TRAIT)
|
||||
REMOVE_TRAIT(mod.wearer, TRAIT_ANTIMAGIC_NO_SELFBLOCK, MOD_TRAIT)
|
||||
|
||||
///Insignia - Gives you a skin specific stripe.
|
||||
|
||||
Reference in New Issue
Block a user