mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
doing a custom vote, aborting it, and starting a new one appended the choices to the choices of the old one.
This commit is contained in:
@@ -2240,6 +2240,7 @@
|
||||
return
|
||||
|
||||
var/i
|
||||
vote.choices = list()
|
||||
for(i=1; i<=N; i++)
|
||||
var/addvote = input(usr, "What is option #[i]?", "Enter Option #[i]") as text
|
||||
vote.choices += addvote
|
||||
|
||||
Reference in New Issue
Block a user