Add more dividers
This commit is contained in:
		| @@ -65,7 +65,11 @@ func pickNextAction[C StatsCollection](p *Player[C]) (isCard bool, cardIdx int, | ||||
| 			divider() | ||||
| 		} | ||||
| 		displayOnePanel(p, p.Prompt) | ||||
| 		divider() | ||||
| 		actionsOffset := displayStatsMenu(p) | ||||
| 		if actionsOffset > 0 { | ||||
| 			divider() | ||||
| 		} | ||||
| 		handOffset := displayPermanentActionsMenu(p, actionsOffset) | ||||
| 		max := displayHandMenu(p, handOffset) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user