Merge branch 'master' into dynamic-transit

This commit is contained in:
Jack Edge
2016-07-02 11:57:32 +01:00
40 changed files with 312 additions and 264 deletions
+3 -1
View File
@@ -192,6 +192,8 @@ var/datum/subsystem/vote/SSvote
for(var/c in clients)
var/client/C = c
var/datum/action/vote/V = new
if(question)
V.name = "Vote: [question]"
V.Grant(C.mob)
generated_actions += V
return 1
@@ -305,4 +307,4 @@ var/datum/subsystem/vote/SSvote
Remove(owner)
/datum/action/vote/IsAvailable()
return 1
return 1