mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- single jar for google collections
- scaling using Lanczos3
This commit is contained in:
@@ -2419,7 +2419,7 @@ public class CardFactory implements NewConstants {
|
||||
final boolean Tgt[] = {false};
|
||||
Tgt[0] = k[0].contains("Tgt");
|
||||
|
||||
String tmpCost = new String("");
|
||||
String tmpCost = "";
|
||||
|
||||
if(Tgt[0]) tmpCost = k[0].substring(14);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user