Various code improvements (#40932)

* adsf

* asdf

* take these

* Further cleanup to windoor code
This commit is contained in:
MrDoomBringer
2018-10-21 03:01:02 -04:00
committed by Jordan Brown
parent 0d8c17d199
commit 703a365aec
14 changed files with 65 additions and 66 deletions

View File

@@ -31,7 +31,7 @@ SUBSYSTEM_DEF(vote)
client_popup = new(C, "vote", "Voting Panel")
client_popup.set_window_options("can_close=0")
client_popup.set_content(interface(C))
client_popup.open(0)
client_popup.open(FALSE)
/datum/controller/subsystem/vote/proc/reset()
@@ -302,7 +302,7 @@ SUBSYSTEM_DEF(vote)
var/datum/browser/popup = new(src, "vote", "Voting Panel")
popup.set_window_options("can_close=0")
popup.set_content(SSvote.interface(client))
popup.open(0)
popup.open(FALSE)
/datum/action/vote
name = "Vote!"