mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
no changes, just fixing some very odd indentation in Eclipse.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
|
||||
package forge;
|
||||
package forge;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.Random;
|
||||
|
||||
public class AbilityFactory_DealDamage {
|
||||
public class AbilityFactory_DealDamage {
|
||||
private AbilityFactory AF = null;
|
||||
|
||||
private String damage;
|
||||
@@ -577,4 +577,4 @@ import java.util.Random;
|
||||
return ((r.nextFloat() < .6667) && chance);
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user