Hold the battle result until the replay ends, then show it last.

This commit is contained in:
Greyson Parrelli
2026-07-23 08:40:42 -04:00
parent 3821469c61
commit 1705de5a3f
4 changed files with 41 additions and 14 deletions
+1
View File
@@ -14,6 +14,7 @@ type LogEntry struct {
Phase Phase `json:"phase"`
Seat int `json:"seat"` // acting seat, or -1 when none
Icon string `json:"icon,omitempty"` // leading emoji
Kind string `json:"kind,omitempty"` // e.g. "result" (battle outcome)
Text string `json:"text"` // the sentence itself
Source string `json:"source,omitempty"` // card id that caused a spawn
Spawn string `json:"spawn,omitempty"` // "apple" | "bee" for spawn entries