Window Vote Flash (#11245)

This commit is contained in:
Geeves
2021-02-27 14:01:46 +01:00
committed by GitHub
parent 397605fe26
commit f10f8a9ce2
3 changed files with 19 additions and 0 deletions
+3
View File
@@ -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")