Skip to content

Commit

Permalink
Merge pull request #11532 from tobymao/18neb-bankruptcy
Browse files Browse the repository at this point in the history
[18Neb] Round automatically moves to the next entity if corporation close upon bankruptcy
  • Loading branch information
crericha authored Feb 9, 2025
2 parents 3e7ba24 + dc99d3c commit 689cfea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/engine/game/g_18_neb/step/bankrupt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ def process_bankrupt(action)

@game.declare_bankrupt(player)
player.cash = 0

@game.round.force_next_entity! if entity.corporation? && @round.skip_entity?(entity)
end
end
end
Expand Down

0 comments on commit 689cfea

Please sign in to comment.