-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Steam Over Holland] cannot sell shares during forced train buy action #11581
Comments
The error is @philcampeau What seems to be happening here is that |
@ollybh I've figured out what's happening now, but I'm still trying to figure out why it's happening. It looks like when players sell shares, the game is using the I noticed that I had the method for process_sell_shares from my issue_shares step also in my buy_trains.rb file. But even removing that makes no difference. Nor does adding the process_sell_shares code directly from Engine::Step::BuyTrains into my buy_trains.rb file. What's more, I inserted a different print command into the process_sell_shares method in both of those steps in my game, and only the one in the issue_shares step showed up in the console. |
@philcampeau That doesn't sound the same as this issue. It might be a problem with the Steam over Holland code, but that's not causing this error. The "blocking step xxx cannot process action" comes from Lines 81 to 89 in dbafa01
This method is invoked to (as you might guess from the name) process an action. It executes each step's So for some reason |
In [Steam Over Holland]player got an error when attempting to sell personal share to get funds for buying a train for the NRS
Gamie Id: 198632
What's your Game ID?
How to Reproduce the Bug?
Which Browser / Platform?
The text was updated successfully, but these errors were encountered: