Update sourcetype

This commit is contained in:
2024-07-21 22:04:21 -04:00
parent cdf3e4db8a
commit a10c8c9aa5
@@ -40,7 +40,7 @@ public class BlockedPowerTypeEffectModifier extends AbstractEffectModifier {
ModType toBlock = ModType.None; ModType toBlock = ModType.None;
switch (this.sourceType) { switch (this.sourceType) {
case Invisible: case Invisibility:
toBlock = ModType.Invisible; toBlock = ModType.Invisible;
break; break;
} }