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:
Werner
2019-07-06 10:11:33 +02:00
committed by Erki
parent 9e242a13b8
commit f8ce8d584e
5 changed files with 78 additions and 7 deletions
+2 -2
View File
@@ -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