mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
made it Taller
This commit is contained in:
@@ -35,7 +35,7 @@ SUBSYSTEM_DEF(vote)
|
|||||||
else if(next_pop < world.time)
|
else if(next_pop < world.time)
|
||||||
var/datum/browser/client_popup
|
var/datum/browser/client_popup
|
||||||
for(var/client/C in voting)
|
for(var/client/C in voting)
|
||||||
client_popup = new(C, "vote", "Voting Panel", nwidth=600,nheight=600)
|
client_popup = new(C, "vote", "Voting Panel", nwidth=600,nheight=700)
|
||||||
client_popup.set_window_options("can_close=0")
|
client_popup.set_window_options("can_close=0")
|
||||||
client_popup.set_content(interface(C))
|
client_popup.set_content(interface(C))
|
||||||
client_popup.open(0)
|
client_popup.open(0)
|
||||||
@@ -363,7 +363,7 @@ SUBSYSTEM_DEF(vote)
|
|||||||
V.Grant(C.mob)
|
V.Grant(C.mob)
|
||||||
generated_actions += V
|
generated_actions += V
|
||||||
if(forced)
|
if(forced)
|
||||||
var/datum/browser/popup = new(C, "vote", "Voting Panel",nwidth=600,nheight=600)
|
var/datum/browser/popup = new(C, "vote", "Voting Panel",nwidth=600,nheight=700)
|
||||||
popup.set_window_options("can_close=0")
|
popup.set_window_options("can_close=0")
|
||||||
popup.set_content(SSvote.interface(C))
|
popup.set_content(SSvote.interface(C))
|
||||||
popup.open(0)
|
popup.open(0)
|
||||||
@@ -496,7 +496,7 @@ SUBSYSTEM_DEF(vote)
|
|||||||
set category = "OOC"
|
set category = "OOC"
|
||||||
set name = "Vote"
|
set name = "Vote"
|
||||||
|
|
||||||
var/datum/browser/popup = new(src, "vote", "Voting Panel",nwidth=600,nheight=600)
|
var/datum/browser/popup = new(src, "vote", "Voting Panel",nwidth=600,nheight=700)
|
||||||
popup.set_window_options("can_close=0")
|
popup.set_window_options("can_close=0")
|
||||||
popup.set_content(SSvote.interface(client))
|
popup.set_content(SSvote.interface(client))
|
||||||
popup.open(0)
|
popup.open(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user