diff --git a/common/server_card.cpp b/common/server_card.cpp index 39e4aadc..12aa1920 100644 --- a/common/server_card.cpp +++ b/common/server_card.cpp @@ -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; }