before revert

This commit is contained in:
William Burns 2015-12-11 01:32:32 +00:00
parent dda5ac6728
commit f8d7aeb5ea
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class Gladiators extends SoloGame
Location loc = WorldData.GetDataLocs("RED").get(0);
e.getTutorial().getPhase(1).setLocation(loc.add(0, 50, 0));
e.getTutorial().getPhase(1).setLocation(loc.clone().add(0, 50, 0));
e.getTutorial().getPhase(1).setTarget(loc);
}