Fix : default health back to 50
release-tag / release-image (push) Successful in 13s

This commit is contained in:
2024-05-17 00:03:57 +02:00
parent 8c44a2f238
commit dba5a9e52b
+1 -1
View File
@@ -30,7 +30,7 @@ class Game(Serializable):
started: bool
ended: bool
default_health = 1
default_health = 50
current_turn: Team | None