mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Automatic votes default to "none" now, but I added some extra info to the announcement.
This commit is contained in:
+3
-2
@@ -466,7 +466,8 @@ proc/automatic_crew_shuttle_vote()
|
||||
vote.endvote()
|
||||
|
||||
world << "\red<B>*** An *automatic* vote to call the crew transfer shuttle has been initiated.</B>"
|
||||
world << "\red You have [vote.timetext(config.vote_period)] to vote. Note that your vote defaults to *yes*."
|
||||
world << "\red You have [vote.timetext(config.vote_period)] to vote."
|
||||
world << "\red<B>*** Please make sure to only vote 'no' if you yourself are currently enjoying the round. If you find the round to have gone stale, you should always vote 'yes', regardless of how others are feeling about the round.</B>"
|
||||
|
||||
log_vote("Automatic vote to call the crew transfer shuttle.")
|
||||
|
||||
@@ -475,6 +476,6 @@ proc/automatic_crew_shuttle_vote()
|
||||
if( !CM.is_player_active() )
|
||||
CM.client.vote = "none"
|
||||
else
|
||||
CM.client.vote = "restart"
|
||||
CM.client.vote = "none"
|
||||
|
||||
return
|
||||
Reference in New Issue
Block a user