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