mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Check static abilities when adding card to zone from nowhere (such as using Dev tools)
This commit is contained in:
@@ -128,6 +128,7 @@ public class GameAction {
|
||||
}
|
||||
if (zoneFrom == null && !c.isToken()) {
|
||||
zoneTo.add(c, position);
|
||||
checkStaticAbilities();
|
||||
game.fireEvent(new GameEventCardChangeZone(c, zoneFrom, zoneTo));
|
||||
return c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user