merge changes

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

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()) {