Skip to content

Commit

Permalink
Change the condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Galatolol committed Jan 30, 2024
1 parent 05b0644 commit ac78ac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/engine/game/g_1894/game.rb
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,10 @@ def place_home_token(corporation)
hex = hex_by_id(corporation.coordinates)
tile = hex&.tile

if tile.color != :brown
super
else
if tile.color == :brown
place_home_token_brown_tile(corporation, hex, tile)
else
super
end
end

Expand Down

0 comments on commit ac78ac6

Please sign in to comment.