mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Fixed NPE caused by Deepcavern Imp.
This commit is contained in:
@@ -589,7 +589,9 @@ public final class GameActionUtil {
|
|||||||
for(Card c : inp.getSelected()) {
|
for(Card c : inp.getSelected()) {
|
||||||
cpl.executePayment(sourceAbility, c);
|
cpl.executePayment(sourceAbility, c);
|
||||||
}
|
}
|
||||||
cpl.reportPaidCardsTo(sourceAbility);
|
if (sourceAbility != null) {
|
||||||
|
cpl.reportPaidCardsTo(sourceAbility);
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user