mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 03:23:56 -07:00
fixed Server_Card::resetState
This commit is contained in:
parent
d0e832b069
commit
aa38733f03
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue