minor update

This commit is contained in:
garylin2099 2023-10-11 16:44:56 +08:00
parent d015c81fc4
commit 5026a022e1

View file

@ -48,8 +48,6 @@ class BasePlayer(Role):
self._rc.todo = self.special_actions[0]()
async def _act(self):
"""每个角色要改写此函数以实现该角色的动作"""
# raise NotImplementedError
# todo为_think时确定的有两种情况Speak或Protect
todo = self._rc.todo