Update poll_ignore.dm

This commit is contained in:
kevinz000
2019-09-20 16:03:27 -07:00
committed by GitHub
parent cccf97b9df
commit 780586aaf5

View File

@@ -14,6 +14,7 @@
#define POLL_IGNORE_SWARMER "swarmer"
#define POLL_IGNORE_DRONE "drone"
#define POLL_IGNORE_DEMON "demon"
#define POLL_IGNORE_WIZARD "wizard"
GLOBAL_LIST_INIT(poll_ignore_desc, list(
POLL_IGNORE_SENTIENCE_POTION = "Sentience potion",
@@ -29,7 +30,8 @@ GLOBAL_LIST_INIT(poll_ignore_desc, list(
POLL_IGNORE_GOLEM = "Golems",
POLL_IGNORE_SWARMER = "Swarmer shells",
POLL_IGNORE_DRONE = "Drone shells",
POLL_IGNORE_DEMON = "Demons"
POLL_IGNORE_DEMON = "Demons",
POLL_IGNORE_WIZARD "Wizards"
))
GLOBAL_LIST_INIT(poll_ignore, init_poll_ignore())