From aab93989fbd9ff0711ed68f50ecfa5d0518990a2 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sat, 28 Sep 2019 00:26:09 -0700 Subject: [PATCH] Update poll_ignore.dm --- code/_globalvars/lists/poll_ignore.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_globalvars/lists/poll_ignore.dm b/code/_globalvars/lists/poll_ignore.dm index c3c39def0d..f1a7466b35 100644 --- a/code/_globalvars/lists/poll_ignore.dm +++ b/code/_globalvars/lists/poll_ignore.dm @@ -31,7 +31,7 @@ GLOBAL_LIST_INIT(poll_ignore_desc, list( POLL_IGNORE_SWARMER = "Swarmer shells", POLL_IGNORE_DRONE = "Drone shells", POLL_IGNORE_DEMON = "Demons", - POLL_IGNORE_WIZARD "Wizards" + POLL_IGNORE_WIZARD = "Wizards" )) GLOBAL_LIST_INIT(poll_ignore, init_poll_ignore())