Tried to fix

This commit is contained in:
indev 2020-04-07 18:55:24 +03:00
parent 4891e60cf4
commit 46cbb492f6

View File

@ -1051,6 +1051,8 @@ class RunaroundGame(ba.CoopGameActivity):
# Yup; that's a lot of return statements right there.
# pylint: disable=too-many-return-statements
assert bot.node
if not bot.is_alive() or not bot.node.exists():
return True
# FIXME: Do this in a type safe way.
r_walk_speed: float = bot.r_walk_speed # type: ignore