removed trample (#3671)

It doesn't have trample
This commit is contained in:
Lazar 2017-07-12 21:18:36 +02:00 committed by Jeff Wadsworth
parent eb9a18c07a
commit 37c6d3e3f6

View file

@ -44,6 +44,5 @@ public class RhonassLastStandToken extends Token {
subtype.add("Snake");
power = new MageInt(5);
toughness = new MageInt(4);
addAbility(TrampleAbility.getInstance());
}
}