Fencepost error!

Also the title is visible.
This commit is contained in:
2023-04-02 19:07:05 -07:00
parent 3a7bf9c2fb
commit e96d81a7b4
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ func main() {
type prompt struct{}
func (prompt) Title(p *cardsim.Player[*SmokeTestCollection]) cardsim.Message {
return cardsim.MsgStr("Prompt title -- should not be visible?")
return cardsim.MsgStr("Smoke Test")
}
func (prompt) Info(p *cardsim.Player[*SmokeTestCollection]) ([]cardsim.Message, error) {