Skip to content

Commit

Permalink
Show House Buying in open quests during owed taxes period
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed May 29, 2024
1 parent 2f39a03 commit d768651
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ public void addToWorld() {
}

public boolean isCompleted(final Player player) {
return HouseUtilities.getPlayersHouse(player)!=null;
return HouseUtilities.getPlayersHouse(player) != null
&& houseTax.getUnpaidTaxPeriods(player) == 0;
}

/**
Expand Down

0 comments on commit d768651

Please sign in to comment.