remove some unused files, tick barsigns.dm and removed duplicate definition

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2013-01-14 21:21:14 +10:00
parent 1c9b04ec74
commit cf6aadef09
16 changed files with 1 additions and 5833 deletions

View File

@@ -1,13 +0,0 @@
/datum/vote
var/voting = 0 // true if currently voting
var/nextvotetime = 0 // time at which next vote can be started
var/votetime = 60 // time at which voting will end
var/mode = 0 // 0 = restart vote, 1 = mode vote
// modes which can be voted for
var/winner = null // the vote winner
var/customname
var/choices = list()
var/enteringchoices = 0
var/instant_restart = 0