mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Event Fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user