mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
WIP: Moment display at the end of the turn only
This commit is contained in:
parent
25c67cbf78
commit
8a3b6273cc
3 changed files with 37 additions and 50 deletions
|
|
@ -5,6 +5,8 @@ import { advanceToNextPhase } from "../phase";
|
|||
import { getPowerDisplayName, getAllPowerDisplayNames } from '../utils/powerNames';
|
||||
import { PowerENUM } from '../types/map';
|
||||
|
||||
|
||||
//TODO: Sometimes the LLMs use lists, and they don't work in the chats. The just appear as bullets within a single line.
|
||||
let faceIconCache = {}; // Cache for generated face icons
|
||||
|
||||
// Add a message counter to track sound effect frequency
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue