Commit aa38733f authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

fixed Server_Card::resetState

parent d0e832b0
...@@ -39,8 +39,8 @@ void Server_Card::resetState() ...@@ -39,8 +39,8 @@ void Server_Card::resetState()
counters.clear(); counters.clear();
setTapped(false); setTapped(false);
setAttacking(false); setAttacking(false);
power = 0; power = -1;
toughness = 0; toughness = -1;
setAnnotation(QString()); setAnnotation(QString());
setDoesntUntap(false); setDoesntUntap(false);
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment