Automatic votes default to "none" now, but I added some extra info to the announcement.

This commit is contained in:
CIB
2012-07-08 00:13:26 +03:00
parent e951f7fe6c
commit 7efa3b38fe
+3 -2
View File
@@ -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