Creatures can now have power less than -1

Addresses issue from #934
This commit is contained in:
Matt Lowe 2015-04-10 12:39:41 +02:00
parent db23d3c9ec
commit be2a5f4720

View file

@ -87,8 +87,6 @@ void Server_Card::setPT(const QString &_pt)
if (p1.isEmpty() || p2.isEmpty())
return;
if ((p1[0] == '+') || (p2[0] == '+')) {
if (power < 0)
power = 0;
if (toughness < 0)
toughness = 0;
}