Merge pull request #751 from Citadel-Station-13/upstream-merge-26841
[MIRROR] Fixes Set Round End Sound.
This commit is contained in:
+1
-1
@@ -241,7 +241,7 @@
|
||||
/world/proc/RoundEndAnimation(round_end_sound_sent)
|
||||
set waitfor = FALSE
|
||||
var/round_end_sound
|
||||
if(!SSticker && SSticker.round_end_sound)
|
||||
if(SSticker.round_end_sound)
|
||||
round_end_sound = SSticker.round_end_sound
|
||||
if (!round_end_sound_sent)
|
||||
for(var/thing in GLOB.clients)
|
||||
|
||||
Reference in New Issue
Block a user