Skip to content

Commit

Permalink
Merge pull request #11336 from timpelican/issue11315
Browse files Browse the repository at this point in the history
[1840] Cannot pay for track cost as bonus action #11315
  • Loading branch information
ollybh authored Nov 11, 2024
2 parents 67425ef + 03c3bb0 commit 0e48ef2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/engine/game/g_1840/step/special_track.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ def potential_tiles(_entity, hex)
end

def process_lay_tile(action)
lay_tile(action)
entity = action.entity
spender = @game.owning_major_corporation(entity)

lay_tile(action, spender: spender)
@round.laid_hexes << action.hex
@round.pending_tile_lays.shift
end
Expand Down

0 comments on commit 0e48ef2

Please sign in to comment.