Skip to content

Commit 4927850

Browse files
committed
gatherer_elephant_only_indian_milestones
1 parent 81ff6f6 commit 4927850

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Stats.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ export default {
142142
activeType = 1
143143
if (
144144
this.unit.id === "In_Civ_GathererElephant" &&
145-
this.unit.types[k] === "AbstractVillager"
145+
this.unit.types[k] === "AbstractVillager" &&
146+
civ !== "indian"
146147
) {
147148
activeType = 0
148149
}

0 commit comments

Comments
 (0)