mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
correcting P/T for top level of Ikiral Outrider
This commit is contained in:
@@ -9984,8 +9984,8 @@ public class GameActionUtil {
|
||||
}
|
||||
else
|
||||
{
|
||||
c.setBaseAttack(5);
|
||||
c.setBaseDefense(5);
|
||||
c.setBaseAttack(3);
|
||||
c.setBaseDefense(10);
|
||||
c.addNonStackingIntrinsicKeyword("Vigilance");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user