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:
Tastyfish
2012-02-02 04:38:55 -05:00
parent 98bebf0460
commit 4fcda439a7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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