3 コミット

作成者 SHA1 メッセージ 日付
みてるぞ 9149483dcb #31 2024-12-24 01:39:51 +09:00
みてるぞ a7785fa2c1 Merge branch 'ai-migration' of https://git.miteruzo.com/miteruzo/nizika_broadcast into ai-migration 2024-12-24 01:39:18 +09:00
みてるぞ 49661dad71 #31 2024-12-24 01:39:08 +09:00
2個のファイルの変更2行の追加3行の削除
サブモジュール nizika_ai が更新されました: ed7ca3b698...d46fe05b42
+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)