mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
oops. missed one place with StaticEffect keyword.
This commit is contained in:
@@ -576,7 +576,7 @@ public class GameAction {
|
|||||||
|
|
||||||
GameActionUtil.executeCardStateEffects();
|
GameActionUtil.executeCardStateEffects();
|
||||||
GameActionUtil.stSetPT.execute();
|
GameActionUtil.stSetPT.execute();
|
||||||
GameActionUtil.StaticEffectKeyword.execute();
|
//GameActionUtil.StaticEffectKeyword.execute();
|
||||||
GameActionUtil.stPump.execute();
|
GameActionUtil.stPump.execute();
|
||||||
|
|
||||||
//System.out.println("checking state effects");
|
//System.out.println("checking state effects");
|
||||||
|
|||||||
Reference in New Issue
Block a user