mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Window Vote Flash (#11245)
This commit is contained in:
@@ -49,6 +49,9 @@ var/datum/controller/subsystem/vote/SSvote
|
||||
log_debug("The server has called a crew transfer vote")
|
||||
|
||||
/datum/controller/subsystem/vote/proc/autogamemode()
|
||||
for(var/thing in clients)
|
||||
var/client/C = thing
|
||||
window_flash(C)
|
||||
initiate_vote("gamemode","the server", 1)
|
||||
log_debug("The server has called a gamemode vote")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user