WIP: Moment display at the end of the turn only

This commit is contained in:
Tyler Marques 2025-05-29 15:20:37 -07:00
parent 25c67cbf78
commit 8a3b6273cc
No known key found for this signature in database
GPG key ID: CB99EDCF41D3016F
3 changed files with 37 additions and 50 deletions

View file

@ -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