don't show p/t when playing facedown cards
This commit is contained in:
parent
de44918dce
commit
cd20a3d0f4
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ ResponseCode Server_Player::moveCard(CommandContainer *cont, Server_CardZone *st
|
|||
|
||||
if (thisCardProperties->getTapped())
|
||||
setCardAttrHelper(cont, targetzone->getName(), card->getId(), "tapped", "1");
|
||||
if (!thisCardProperties->getPT().isEmpty())
|
||||
if (!thisCardProperties->getPT().isEmpty() && !faceDown)
|
||||
setCardAttrHelper(cont, targetzone->getName(), card->getId(), "pt", thisCardProperties->getPT());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue