fix keyword in unequip for Sword of Body and Mind

This commit is contained in:
jendave
2011-08-06 07:28:59 +00:00
parent 74ee05b5ce
commit 30ce63ae1a

View File

@@ -925,7 +925,7 @@ class CardFactory_Equipment {
Card crd = card.getEquipping().get(0); Card crd = card.getEquipping().get(0);
crd.addSemiPermanentAttackBoost(-2); crd.addSemiPermanentAttackBoost(-2);
crd.addSemiPermanentDefenseBoost(-2); crd.addSemiPermanentDefenseBoost(-2);
crd.removeExtrinsicKeyword("Protection from red"); crd.removeExtrinsicKeyword("Protection from green");
crd.removeExtrinsicKeyword("Protection from blue"); crd.removeExtrinsicKeyword("Protection from blue");
} }