AI 移行 #38

マージ済み
みてるぞ が 49 個のコミットを ai-migration から main へマージ 2025-12-03 02:02:36 +09:00
コミット 49661dad71 の変更だけを表示してゐます - すべてのコミットを表示
+1 -2
ファイルの表示
@@ -178,7 +178,6 @@ class Game:
pygame.display.update ()
self.clock.tick (FPS)
def _create_sky (
self,
) -> None:
@@ -375,7 +374,6 @@ class Deerjika (Creature):
and not self.talking):
self.read_out ()
def talk (
self,
query: str,
@@ -740,6 +738,7 @@ class Broadcast:
if not self.chat.is_alive ():
return None
chats = self.chat.get ().items
print (chats)
if not chats:
return None
return random.choice (chats)