mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Script execution in GameState: look for other scripts to execute if one of the SVars was not found.
This commit is contained in:
@@ -386,7 +386,7 @@ public abstract class GameState {
|
|||||||
|
|
||||||
if (!c.hasSVar(sPtr)) {
|
if (!c.hasSVar(sPtr)) {
|
||||||
System.out.println("ERROR: Unable to find SVar " + sPtr + " on card " + c + " + to execute!");
|
System.out.println("ERROR: Unable to find SVar " + sPtr + " on card " + c + " + to execute!");
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
String svarValue = c.getSVar(sPtr);
|
String svarValue = c.getSVar(sPtr);
|
||||||
|
|||||||
Reference in New Issue
Block a user