mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-27 17:33:13 +08:00
Mypy tests passed
This commit is contained in:
parent
3b50b6ee9d
commit
17273e90d8
@ -292,6 +292,7 @@ class CaptureTheFlagGame(ba.TeamGameActivity):
|
||||
time_out_counting_down = True
|
||||
if flag.time_out_respawn_time is None:
|
||||
flag.reset_return_times()
|
||||
assert flag.time_out_respawn_time is not None
|
||||
flag.time_out_respawn_time -= 1
|
||||
if flag.time_out_respawn_time <= 0:
|
||||
flag.handlemessage(ba.DieMessage())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user