Skip to content

Commit

Permalink
Merge pull request #11312 from philcampeau/11311---1856-sell-in-blocks
Browse files Browse the repository at this point in the history
[1856] must sell in blocks when forced to sell
  • Loading branch information
crericha authored Feb 9, 2025
2 parents 4c767b3 + a523fa1 commit aa4a9d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/engine/game/g_1856/game.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Game < Game::Base

CAPITALIZATION = :full

MUST_SELL_IN_BLOCKS = false
MUST_SELL_IN_BLOCKS = true

MARKET = [
%w[70
Expand Down
Loading

0 comments on commit aa4a9d5

Please sign in to comment.