forked from mttu-developers/konabot
修复成语接龙大家没被扣分的BUG
This commit is contained in:
@ -248,6 +248,7 @@ class IdiomGame:
|
||||
if not self.is_nextable(self.last_char):
|
||||
# 没有成语可以接了,自动跳过
|
||||
self._skip_idiom_async()
|
||||
self.add_buff_score(-100)
|
||||
state.append(TryVerifyState.BUT_NO_NEXT)
|
||||
return state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user