Reworking Bot API and optimizing for loops in admin code (#6355)

This commit is contained in:
Mykhailo Bykhovtsev
2019-05-01 05:14:26 -07:00
committed by Werner
parent 5bf33373c9
commit 81e7f29878
21 changed files with 121 additions and 55 deletions

View File

@@ -105,7 +105,7 @@
sound_to(C, 'sound/effects/adminhelp.ogg')
to_chat(C, message)
for(var/client/A in admins)
for(var/client/A in staff)
if(A != C)
to_chat(A, amessage)