Include the Number in the smoke test display.
This commit is contained in:
parent
deb3b1c5a1
commit
22c4718faf
@ -70,6 +70,7 @@ func (prompt) Info(p *cardsim.Player[*SmokeTestCollection]) ([]cardsim.Message,
|
||||
return []cardsim.Message{
|
||||
cardsim.MsgStr("Here, have some stuff."),
|
||||
cardsim.Msgf("It's turn %d according to the player and turn %d according to me.", p.TurnNumber, p.Stats.Turns.Value),
|
||||
cardsim.Msgf("The current Number is %d. It tastes like %s.", p.Stats.Number.Value, p.Stats.Flavor.Value),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user