Fencepost error!
Also the title is visible.
This commit is contained in:
		| @@ -135,7 +135,7 @@ func pickNextAction[C StatsCollection](p *Player[C]) (isCard bool, cardIdx int, | ||||
| 				cls() | ||||
| 				displayOnePanel(p, p.InfoPanels[i-1]) | ||||
| 				wait() | ||||
| 			} else if i < handOffset { | ||||
| 			} else if i <= handOffset { | ||||
| 				i = i - actionsOffset - 1 | ||||
| 				option, promptErr := promptCard(p, p.PermanentActions[i]) | ||||
| 				if option >= 0 || IsSeriousError(promptErr) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user