From 6d1ba4fd95ca5d27fa50464029c7a88485779cab Mon Sep 17 00:00:00 2001 From: Guti Date: Sat, 5 Oct 2024 12:56:24 +0200 Subject: [PATCH] Time --- code/modules/vote/vote_datum.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vote/vote_datum.dm b/code/modules/vote/vote_datum.dm index 87bc80e99ce..a2dfcfeb5b0 100644 --- a/code/modules/vote/vote_datum.dm +++ b/code/modules/vote/vote_datum.dm @@ -117,7 +117,7 @@ return null -/datum/vote/proc/announce(start_text, var/time = vote_time) +/datum/vote/proc/announce(start_text, var/time = vote_time/10) to_chat(world, span_lightpurple("Type vote or click here to place your vote. \ You have [time] seconds to vote.")) world << sound('sound/ambience/alarm4.ogg', repeat = 0, wait = 0, volume = 50, channel = 3)