mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +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)) {
|
||||
System.out.println("ERROR: Unable to find SVar " + sPtr + " on card " + c + " + to execute!");
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
String svarValue = c.getSVar(sPtr);
|
||||
|
||||
Reference in New Issue
Block a user