mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Merge branch 'master' into dynamic-transit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user