Add home resource gain (#2064)

This commit is contained in:
Thoronium
2023-02-23 21:22:25 -07:00
committed by GitHub
parent 220c23b960
commit b209d91947
13 changed files with 4400 additions and 1 deletions

View File

@@ -1107,6 +1107,9 @@ public class Player {
// Satiation
this.getSatiationManager().reduceSatiation();
// Home resources
this.getHome().updateHourlyResources(this);
}
private synchronized void doDailyReset() {