Event Fix

This commit is contained in:
AnturK
2015-09-24 12:29:25 +02:00
parent e9bed91a1e
commit 50db063df9
2 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -20,8 +20,8 @@
var/alertadmins = 1 //should we let the admins know this event is firing
//should be disabled on events that fire a lot
var/gamemode_blacklist = list() // Event won't happen in these gamemodes
var/gamemode_whitelist = list() // Event will happen ONLY in these gamemodes if not empty
var/list/gamemode_blacklist = list() // Event won't happen in these gamemodes
var/list/gamemode_whitelist = list() // Event will happen ONLY in these gamemodes if not empty
/datum/round_event_control/wizard
wizardevent = 1