mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Fixes incorrect usage of world.view or viewers() in some places (#95558)
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
// The crowd is pleased
|
||||
// The delay is to make large crowds have a longer lasting applause
|
||||
var/delay_offset = 0
|
||||
for(var/mob/living/carbon/human/spectator in viewers(src, 7))
|
||||
for(var/mob/living/carbon/human/spectator in viewers(7, src))
|
||||
addtimer(CALLBACK(spectator, TYPE_PROC_REF(/mob/, emote), "clap"), delay_offset * 0.3)
|
||||
delay_offset++
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user