diff --git a/code/modules/cm_aliens/XenoStructures.dm b/code/modules/cm_aliens/XenoStructures.dm index 9339b64e1c14..4f9b5c647b59 100644 --- a/code/modules/cm_aliens/XenoStructures.dm +++ b/code/modules/cm_aliens/XenoStructures.dm @@ -1067,7 +1067,7 @@ if(votes[candidate] > primary_votes) primary_votes = votes[candidate] primary_candidate = candidate - else if(votes[candidate > secondary_votes]) + else if(votes[candidate] > secondary_votes) secondary_votes = votes[candidate] secondary_candidate = candidate