mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
No Round End (#6346)
No longer displays a message and votes for transfer if the mercs/raiders move their shuttle back to the base.
This commit is contained in:
@@ -224,10 +224,10 @@ var/datum/controller/subsystem/ticker/SSticker
|
||||
|
||||
//call a transfer shuttle vote
|
||||
spawn(50)
|
||||
if(!round_end_announced) // Spam Prevention. Now it should announce only once.
|
||||
if(!round_end_announced && !config.continous_rounds) // Spam Prevention. Now it should announce only once.
|
||||
to_world("<span class='danger'>The round has ended!</span>")
|
||||
round_end_announced = 1
|
||||
SSvote.autotransfer()
|
||||
SSvote.autotransfer()
|
||||
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user