Skip to content

Commit

Permalink
Update useNotifications.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdelab authored Nov 13, 2023
1 parent 50d0f38 commit 9c6e995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/hooks/notifications/useNotifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Position } from "../../types";
import { getRealm } from "../../utils/realms";

const LABOR_CONFIG = {
base_food_per_cycle: 14000,
base_food_per_cycle: 21,
base_labor_units: 7200,
base_resources_per_cycle: 21,
};
Expand Down

0 comments on commit 9c6e995

Please sign in to comment.