Skip to content

Commit

Permalink
Update monkestation/code/datums/votes/_vote_datum.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Lucy <[email protected]>
  • Loading branch information
RikuTheKiller and Absolucy authored Nov 4, 2024
1 parent 05d20a9 commit 40888ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/datums/votes/_vote_datum.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/vote
/// The volume of the vote sound, from 0 to 100 or above.
var/vote_sound_volume
var/vote_sound_volume = 100

/datum/vote/proc/can_vote(mob/voter)
return TRUE

0 comments on commit 40888ec

Please sign in to comment.