You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modify purchase price changes the bundle price, and the view logic using it needs to better distinguish between number of certs and number of shares in the bundle. RoyalGorge’s B6 is unique in that it allows purchasing multiple certs. Need to see if the “share_price” arg in the action there is actually per share price or per cert price
michaeljb
added a commit
to michaeljb/18xx.games
that referenced
this issue
Jun 4, 2024
`modify_purchase_price` modifies the price of the bundle, but it was being
passed as an arg that modifies the price of each share in the bundle; some
variables have been renamed, the per-share price is computed, and the correct
value is now passed into `buy_shares`
Fixestobymao#10870
I think this is caused by #10840, seems
modify_purchase_price
affected more games than I found at first.RCS’s double share is shown as 4x the share price instead of 2x https://18xx.games/game/162396
this must only break the UI since no 1849 games failed engine validation
https://gist.github.com/michaeljb/b283a005483bb44f9c18afee3859b3af
The text was updated successfully, but these errors were encountered: