parent
db23d3c9ec
commit
be2a5f4720
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,6 @@ void Server_Card::setPT(const QString &_pt)
|
||||||
if (p1.isEmpty() || p2.isEmpty())
|
if (p1.isEmpty() || p2.isEmpty())
|
||||||
return;
|
return;
|
||||||
if ((p1[0] == '+') || (p2[0] == '+')) {
|
if ((p1[0] == '+') || (p2[0] == '+')) {
|
||||||
if (power < 0)
|
|
||||||
power = 0;
|
|
||||||
if (toughness < 0)
|
if (toughness < 0)
|
||||||
toughness = 0;
|
toughness = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue