mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
fix keyword in unequip for Sword of Body and Mind
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user