From 469ffbccfadcb60e3f4726016150fe48debe6536 Mon Sep 17 00:00:00 2001 From: Git-Nivrak <59925169+Git-Nivrak@users.noreply.github.com> Date: Sat, 22 Jun 2024 12:40:55 +0300 Subject: [PATCH] Update XenoStructures.dm --- code/modules/cm_aliens/XenoStructures.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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