diff --git a/smoketest/main.go b/smoketest/main.go index ecc3fed..a59ffe1 100644 --- a/smoketest/main.go +++ b/smoketest/main.go @@ -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 }