mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
Merge pull request #16635 from Kashargul/voteTimer
fixes vote announce time
This commit is contained in:
@@ -117,9 +117,9 @@
|
||||
|
||||
return null
|
||||
|
||||
/datum/vote/proc/announce(start_text, var/time = vote_time/10)
|
||||
/datum/vote/proc/announce(start_text, var/time = vote_time)
|
||||
to_chat(world, span_lightpurple("Type <b>vote</b> or click <a href='?src=\ref[src];[HrefToken()];vote=open'>here</a> to place your vote. \
|
||||
You have [time] seconds to vote."))
|
||||
You have [time/10] seconds to vote."))
|
||||
world << sound('sound/ambience/alarm4.ogg', repeat = 0, wait = 0, volume = 50, channel = 3)
|
||||
|
||||
/datum/vote/Topic(href, list/href_list)
|
||||
|
||||
@@ -71,7 +71,6 @@ export const Canister = (props) => {
|
||||
<LabeledControls.Item label="Regulator">
|
||||
<Box position="relative" left="-8px">
|
||||
<Knob
|
||||
width="60px"
|
||||
size={1.25}
|
||||
color={!!valveOpen && 'yellow'}
|
||||
value={releasePressure}
|
||||
|
||||
Reference in New Issue
Block a user