Skip to content

Commit

Permalink
[18MS] fix train discount ability
Browse files Browse the repository at this point in the history
following the lead from #10098

Fixes #9192
  • Loading branch information
michaeljb committed Jan 28, 2024
1 parent e359524 commit fd0aaa4
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 fd0aaa4

Please sign in to comment.