18xx icon indicating copy to clipboard operation
18xx copied to clipboard

[18CZ] Info tab text on number of OR’s is incorrect

Open khamsoul opened this issue 1 year ago • 1 comments

https://18xx.games/game/137508?action=927#info

How to Reproduce the Bug? Play 18CZ to OR 7, then go to the info tab. The next set of OR has 8 rounds from 8.1 to 8.3, but the text describes 2 OR’s

IMG_0758

khamsoul avatar Oct 25 '23 06:10 khamsoul

Looked into this since I had touched the original code, what's going on here is that during the ORs this value is referring to the "current" number of ORs. I believe we didn't have the graphical table initially so this was a band-aid

That number is meant to be used during the SR so the player knows how many ORs are coming up

IMO the 'upcoming' number of ORs is less helpful during the ORs, and it seems ripe for confusion (does it refer to the current set of ORs? the next one?)

I'm considering a few options:

  1. Removing that number entirely, since we have the table now
  2. Only show that value during an SR

benjaminxscott avatar Nov 02 '23 17:11 benjaminxscott