mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Remove a debug comment
This commit is contained in:
@@ -117,7 +117,7 @@ public class ComputerUtil {
|
||||
final Cost cost = sa.getPayCosts();
|
||||
|
||||
// Remember the now-forgotten kicker cost? Why is this needed?
|
||||
sa.getHostCard().setKickerMagnitude(source.getKickerMagnitude()); // the card will disappear
|
||||
sa.getHostCard().setKickerMagnitude(source.getKickerMagnitude());
|
||||
|
||||
// TODO: update mana color conversion for Daxos of Meletis
|
||||
if (cost == null) {
|
||||
|
||||
Reference in New Issue
Block a user