Skip to content

Commit 8e6ee57

Browse files
committed
fixed a bug.
1 parent 0b5af37 commit 8e6ee57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapGame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def update_counts(self)->None:
179179
self.game_klingons += area.count_glyphs(Glyphs.KLINGON)
180180
self.game_starbases += area.count_glyphs(Glyphs.STARBASE)
181181
self.game_stars += area.count_glyphs(Glyphs.STAR)
182-
area = self.get_area()
182+
area = self.get_pw_sector()
183183

184184

185185
def remove_area_items(self, piece_array)->None:

0 commit comments

Comments
 (0)