mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
GameAction: fix Spectral Ward #819
This commit is contained in:
@@ -1127,7 +1127,7 @@ public class GameAction {
|
|||||||
|
|
||||||
if (c.isAttachedToEntity()) {
|
if (c.isAttachedToEntity()) {
|
||||||
final GameEntity ge = c.getEntityAttachedTo();
|
final GameEntity ge = c.getEntityAttachedTo();
|
||||||
if (!ge.canBeAttached(c)) {
|
if (!ge.canBeAttached(c, true)) {
|
||||||
c.unattachFromEntity(ge);
|
c.unattachFromEntity(ge);
|
||||||
checkAgain = true;
|
checkAgain = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user