From a0aa02b815709a140d5c83ba78531d2610bfbf12 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Tue, 25 Jun 2013 22:15:32 -0700 Subject: [PATCH] Fixes broken vox raid spawning, hopefully. --- code/modules/admin/verbs/one_click_antag.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/one_click_antag.dm b/code/modules/admin/verbs/one_click_antag.dm index 8bb15c1cb3b..23d9918d9cc 100644 --- a/code/modules/admin/verbs/one_click_antag.dm +++ b/code/modules/admin/verbs/one_click_antag.dm @@ -484,7 +484,7 @@ client/proc/one_click_antag() new_vox << "\red Don't forget to turn on your nitrogen internals!" raiders-- - if(raiders >= 4) + if(raiders > 4) return 0 else return 0