Skip to content

Commit

Permalink
Fix #256
Browse files Browse the repository at this point in the history
  • Loading branch information
SMUnlimited committed Feb 24, 2024
1 parent 1bc8b1f commit 601e1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.eai
Original file line number Diff line number Diff line change
Expand Up @@ -9751,7 +9751,7 @@ endfunction
//============================================================================

function HasExpanded takes nothing returns boolean
local integer twm = Max(TownWithMine(),1)
local integer twm = TownWithMine()
return (twm >= 1 or GetMinesOwned() > 1 or TownCountDone(racial_expansion) > 1)
endfunction

Expand Down

0 comments on commit 601e1d2

Please sign in to comment.