Initial pass at unicorn pack.
This commit is contained in:
@@ -34,6 +34,9 @@ const (
|
||||
LogSell = "sell" // Seat sold Source/CardName (it became an apple)
|
||||
LogTrade = "trade" // Seat traded in Cards for a next-tier pick
|
||||
LogTradePick = "tradePick" // Seat took their pick; CardName set when revealed
|
||||
// LogMana (Unicorn pack) tags a public shop-time Mana gain (Cuddle Toad,
|
||||
// Thunderbird), so observers can track the acting seat's Mana pool.
|
||||
LogMana = "mana"
|
||||
)
|
||||
|
||||
// addLog appends an entry, stamping it with the next sequence number and the
|
||||
|
||||
Reference in New Issue
Block a user