Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 6331c29

Browse files
committed
add trophy 9 to scoring
1 parent e80971e commit 6331c29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trackmania/trophy.py

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def score(self) -> int:
211211
+ self.trophy(6) * 100_000
212212
+ self.trophy(7) * 1_000_000
213213
+ self.trophy(8) * 10_000_000
214+
+ self.trophy(9) * 100_000_000
214215
)
215216

216217
_log.debug(f"Score of {self.player_id} is {score}")

0 commit comments

Comments
 (0)