merge changes

This commit is contained in:
Woosle Park
2019-04-11 02:03:53 -04:00

View File

@@ -159,7 +159,6 @@ public class Cubot extends GameObject implements Updatable, ControllableUnit, Me
*/
@Override
public void update() {
if (currentAction == Action.WALKING) {
if (spendEnergy(100)) {
if (!incrementLocation()) {