mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Temporarily fixing infinite loop in AF Pump, not sure if this is what it should do though.
This commit is contained in:
@@ -722,7 +722,7 @@ public class AbilityFactoryPump {
|
||||
if (!ComputerUtil.canPayCost(sa)) {
|
||||
return false;
|
||||
}
|
||||
return pumpTriggerAI(af, sa, mandatory);
|
||||
return pumpTriggerAINoCost(af, sa, mandatory);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user