Storycraft: fix progress math
This commit is contained in:
parent
10cbe1944f
commit
8f86b7484a
@ -573,7 +573,7 @@ class Storycraft(Module):
|
||||
|
||||
if game.round_mode == 1:
|
||||
lines = self._get_lines_for_game(game.id)
|
||||
num_lines = len(lines)
|
||||
num_lines = len(lines)-1
|
||||
|
||||
progress = '(lines: {0:d}/{1:d}'.format(num_lines, game.game_length)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user