mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Fixed Skullclamp not working on tokens.
This commit is contained in:
@@ -248,7 +248,7 @@ public class GameAction {
|
|||||||
copied.getCharacteristics().resetCardColor();
|
copied.getCharacteristics().resetCardColor();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (zoneFrom.is(ZoneType.Battlefield)) {
|
if (zoneFrom.is(ZoneType.Battlefield) && !c.isToken()) {
|
||||||
copied.setSuspendCast(false);
|
copied.setSuspendCast(false);
|
||||||
copied.setState(CardCharacteristicName.Original);
|
copied.setState(CardCharacteristicName.Original);
|
||||||
// Soulbond unpairing
|
// Soulbond unpairing
|
||||||
|
|||||||
Reference in New Issue
Block a user