mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
commented out a println("Evil hack"); in AllZone.java and marked it with a TODO
This commit is contained in:
@@ -94,7 +94,8 @@ public class AllZone implements NewConstants {
|
|||||||
{
|
{
|
||||||
if (player.equals("")) { //this is a really bad hack, to allow raging goblin to attack on turn 1
|
if (player.equals("")) { //this is a really bad hack, to allow raging goblin to attack on turn 1
|
||||||
player = "Human";
|
player = "Human";
|
||||||
System.out.println("Evil hack");
|
//TODO - someday, maybe this needs to be fixed so it's *not* an evil hack
|
||||||
|
//System.out.println("Evil hack");
|
||||||
}
|
}
|
||||||
|
|
||||||
Object o = map.get(zone + player);
|
Object o = map.get(zone + player);
|
||||||
|
|||||||
Reference in New Issue
Block a user