mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Update scripts (#5175)
Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.60>
This commit is contained in:
@@ -2037,7 +2037,7 @@ public class AbilityUtils {
|
||||
}
|
||||
|
||||
if (sq[0].equals("CrewSize")) {
|
||||
return doXMath(c.getCrewedByThisTurn().size(), expr, c, ctb);
|
||||
return doXMath(c.getCrewedByThisTurn() == null ? 0 : c.getCrewedByThisTurn().size(), expr, c, ctb);
|
||||
}
|
||||
|
||||
if (sq[0].equals("Intensity")) {
|
||||
|
||||
Reference in New Issue
Block a user