Include the Number in the smoke test display.
This commit is contained in:
		| @@ -70,6 +70,7 @@ func (prompt) Info(p *cardsim.Player[*SmokeTestCollection]) ([]cardsim.Message, | |||||||
| 	return []cardsim.Message{ | 	return []cardsim.Message{ | ||||||
| 		cardsim.MsgStr("Here, have some stuff."), | 		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("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 | 	}, nil | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user