Skip to content

Commit

Permalink
5.2.3 tweaks to golem tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Azanor committed Mar 16, 2016
1 parent 9f8209f commit c2fa5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golems/tasks/Task.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public boolean isCompleted() {

public void setCompletion(boolean fulfilled) {
this.completed = fulfilled;
this.lifespan += 120;
this.lifespan += 1;
}

public UUID getGolemUUID() {
Expand Down

0 comments on commit c2fa5e4

Please sign in to comment.