Update sourcetype
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user