From e584c034b1aefe9aa0a5669c914cab8d5a317c8f Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Tue, 7 Jan 2014 01:41:14 -0500 Subject: [PATCH] Zuhair forgot --- code/__HELPERS/global_lists.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm index 6125ec18368..725847e4293 100644 --- a/code/__HELPERS/global_lists.dm +++ b/code/__HELPERS/global_lists.dm @@ -96,7 +96,7 @@ var/global/list/backbaglist = list("Nothing", "Backpack", "Satchel", "Satchel Al var/datum/species/S = new T all_species[S.name] = S - if(S.flags & WHITELISTED) + if(S.flags & IS_WHITELISTED) whitelisted_species += S.name /* // Uncomment to debug chemical reaction list.