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