Skip to content

Commit

Permalink
Merge branch 'upstream' into 18ardennes-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ollybh committed Aug 24, 2024
2 parents b0f2cee + 38a7299 commit e99dc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/engine/game/g_18_india/entities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ module Entities
color: '#702f2b', # dark red/brown
},
{
name: 'Bengal Nagur Railway',
name: 'Bengal Nagpur Railway',
sym: 'BNR',
logo: '18_india/BNR',
simple_logo: '18_india/BNR.alt',
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_system18/step/buy_train.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def process_sell_shares(action)
action.bundle)

@emr_issue = true
@game.sell_shares_and_change_price(action.bundle, movement: :left_share)
@game.sell_shares_and_change_price(action.bundle, movement: :left_block)
end

def process_buy_train(action)
Expand Down

0 comments on commit e99dc42

Please sign in to comment.