mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
Various code improvements (#40932)
* adsf * asdf * take these * Further cleanup to windoor code
This commit is contained in:
committed by
Jordan Brown
parent
0d8c17d199
commit
703a365aec
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user