Skip to content

Commit

Permalink
[18Norway] Clean up merge mess
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikolesen committed Sep 13, 2024
1 parent 6239760 commit c282876
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/engine/game/g_18_norway/steps/token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ def process_place_token(action)
if connected_city
place_token(entity, action.city, action.token)
elsif @game.harbor_hex?(city.hex)
reachable_hexes = @game.ferry_graph.reachable_hexes(entity)[city.hex]

@game.abilities(entity, :token) do |ability|
place_token(entity, action.city, action.token, connected: false, special_ability: ability)
end
Expand Down

0 comments on commit c282876

Please sign in to comment.