Skip to content

Commit

Permalink
Force Singh to disable Autogather for Shrine
Browse files Browse the repository at this point in the history
  • Loading branch information
romaniac01 committed Nov 16, 2024
1 parent 8a5f500 commit da1baa5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,14 @@ export default {
stats.CarryCapacityFood /
(stats.FishBoatTimeToFish + stats.FishBoatTimeToTravel_100Size)
}
if (this.advisors[3]) {
if (
this.advisors[3].id === "Singh_C_IV" &&
this.unit.id === "In_Bldg_Shrine"
) {
delete stats["AutoGatherGold"]
}
}
this.$store.commit("setUnitStats", { id: this.unitId, stats })
return stats
Expand Down

0 comments on commit da1baa5

Please sign in to comment.