Update sourcetype

This commit is contained in:
2024-07-21 22:00:09 -04:00
parent b53133655c
commit cdf3e4db8a
5 changed files with 8 additions and 8 deletions
@@ -33,7 +33,7 @@ public class NoModEffectModifier extends AbstractEffectModifier {
bonus.setBool(this.modType, this.sourceType, true);
switch (this.sourceType) {
case Fly:
case Flight:
if (!ac.getObjectType().equals(GameObjectType.PlayerCharacter))
return;
PlayerCharacter flyer = (PlayerCharacter) ac;