Make moveflags of gen 7 plugin shared statically
This commit is contained in:
@@ -65,7 +65,7 @@ public partial class ExplicitAI
|
||||
var abilityName = pokemon.ActiveAbility.Name;
|
||||
|
||||
if (abilityName == BulletproofName)
|
||||
return move.HasFlag("bomb");
|
||||
return move.HasFlag("ballistics");
|
||||
if (abilityName == FlashFireName)
|
||||
return moveType.Name == FireName;
|
||||
if (abilityName == LightningRodName || abilityName == MotorDriveName || abilityName == VoltAbsorbName)
|
||||
|
||||
Reference in New Issue
Block a user