Skip to content

Commit

Permalink
[18Norway] Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikolesen committed Sep 17, 2024
1 parent 7b397d3 commit 22ac270
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/engine/game/g_18_norway/steps/token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def harbor_available?(entity, hex)
other_hex = @game.hex_by_id(@game.harbor_city_coordinates(hex.id))
return false unless other_hex


@game.ferry_graph.reachable_hexes(entity)[other_hex] ||
@game.token_graph_for_entity(entity).reachable_hexes(entity)[other_hex]
end
Expand Down

0 comments on commit 22ac270

Please sign in to comment.