Skip to content

Commit

Permalink
Merge pull request #10219 from michaeljb/18MS-train-discount
Browse files Browse the repository at this point in the history
[18MS] fix Mobile & Ohio's train discount ability
  • Loading branch information
michaeljb authored Feb 3, 2024
2 parents 19357f3 + fd0aaa4 commit 575c9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engine/game/g_18_ms/entities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module Entities
trains: ['3+', '4+'],
count: 1,
closed_when_used_up: true,
when: 'buying_train',
when: 'buy_train',
},
],
},
Expand Down

0 comments on commit 575c9a3

Please sign in to comment.