Adds a gui to create polls (#4429)

Also expands the API with poll related options.
It is a known limitation that options that have not been voted for are not returned by the api
This commit is contained in:
Werner
2018-03-25 12:55:27 +03:00
committed by Erki
parent e6c7186954
commit 24433b2e9f
5 changed files with 291 additions and 3 deletions
+2 -1
View File
@@ -99,7 +99,8 @@ var/list/admin_verbs_admin = list(
/client/proc/clear_toxins,
/client/proc/wipe_ai, // allow admins to force-wipe AIs
/client/proc/fix_player_list,
/client/proc/reset_openturf
/client/proc/reset_openturf,
/client/proc/create_poll //Allows to create polls
)
var/list/admin_verbs_ban = list(
/client/proc/unban_panel,