Skip to content

Commit

Permalink
[18Norway] Removed extra check
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikolesen committed Sep 13, 2024
1 parent 0ab28fb commit 7a105cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engine/game/g_18_norway/steps/token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def process_place_token(action)
connected_city = @game.loading || @game.token_graph_for_entity(entity).connected_nodes(entity)[city]
if connected_city
place_token(entity, action.city, action.token)
elsif @game.harbor_hex?(city.hex) && !connected_city
elsif @game.harbor_hex?(city.hex)
reachable_hexes = @game.ferry_graph.reachable_hexes(entity)[city.hex]

@game.abilities(entity, :token) do |ability|
Expand Down

0 comments on commit 7a105cf

Please sign in to comment.