Benjamin Scott

Results 57 comments of Benjamin Scott

We'd have to fix the bug and deploy the fix in order for game to continue, I don't personally know how to fix it fwiw

It looks like the ORNC payout in 10.1 broke the bank *before* its stock price went to 600 Looks like we are not following `7.1.8` which dictates that a following...

Looks like we need another test game In the first game: https://gist.github.com/ScottDrone/023561a13485e1adefee5e3ed0dad85c An error is thrown: "undefined method `round' for nil" which could be the same issue as: https://github.com/tobymao/18xx/issues/10139 In...

I see what you're saying re clutter, perhaps making it contextual? We have `status_str(corp)` which would add a little blurb at the bottom of corp card about "only president may...

last working action https://18xx.games/game/140833?action=37 https://gist.github.com/benjaminxscott/1a05df6255c96f2e6135cb7f18ed438c > "undefined method `player?' for #" Looks like issue is in the step `Select A.W. Edelswärd's next corporation` It seems to throw an error after...

I added / updated the issue title to make it easier for someone to fix it, I haven't personally played or understand 18SJ rules to fix it

It doesn't look like we implement this in 1830, 1841 [seems to have logic for this](https://github.com/search?q=repo%3Atobymao/18xx%20allow_player2player_sales%3F&type=code) edit: To clarify, we could implement it, just don't currently (it's not blocked or...

Another case for this is companies in receivership etc, where they may only run/withhold

+1 In 18EU does the auto auction button show up in `Game` during the auction round? To me there's a couple things: 1 - expand auto-auction functionality to other games...