This commit is contained in:
PJB3005
2016-03-27 23:45:00 +02:00
parent a237603f98
commit 8eb24bfec0
16 changed files with 23 additions and 21 deletions

View File

@@ -96,7 +96,7 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an","of","monkey","
if(X.is_afk())
admin_number_afk++
if(X.prefs.toggles & SOUND_ADMINHELP)
to_chat(X, 'sound/effects/adminhelp.ogg')
X << 'sound/effects/adminhelp.ogg'
if(X.prefs.special_popup)
X << output(msg, "window1.msay_output")
else