We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5af37 commit 8e6ee57Copy full SHA for 8e6ee57
MapGame.py
@@ -179,7 +179,7 @@ def update_counts(self)->None:
179
self.game_klingons += area.count_glyphs(Glyphs.KLINGON)
180
self.game_starbases += area.count_glyphs(Glyphs.STARBASE)
181
self.game_stars += area.count_glyphs(Glyphs.STAR)
182
- area = self.get_area()
+ area = self.get_pw_sector()
183
184
185
def remove_area_items(self, piece_array)->None:
0 commit comments