[1.7.4] Spellcrusher does not remove Disruption Shield
Posted: Tue Oct 11, 2022 11:41 am
The Spellcrusher artefact greatmaus is supposed to remove Disruption Shield.
However, it checks for
Therefore, it does not actually remove Disruption Shield.
However, it checks for
to find out whether the target has said shield active, which is an attribute that never comes up anywhere else in the code.target:attr("disruption_shield")
Therefore, it does not actually remove Disruption Shield.