mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Improves voting system
- Makes votes show votes for winning option, or all options in a custom vote - Makes the voting panel automatically update - Makes the voting panel use the browser datum - Turns the voting notice into a clickable link - Fixes admin status not properly being checked when the voting page is refreshed - Replaces vote process with a spawned loop in the vote controller - Removes vote processing from the pre-game game ticker
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
/datum/controller/process/vote/setup()
|
||||
name = "vote"
|
||||
schedule_interval = 10 // every second
|
||||
log_startup_progress("Voting ticker starting up.")
|
||||
|
||||
/datum/controller/process/vote/doWork()
|
||||
vote.process()
|
||||
Reference in New Issue
Block a user