mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-16 18:22:18 +01:00
Make_Sound log
A request from Frances to be able to see the messages made.
This commit is contained in:
@@ -662,8 +662,8 @@ var/list/admin_verbs_mod = list(
|
||||
return
|
||||
for (var/mob/V in hearers(O))
|
||||
V.show_message(message, 2)
|
||||
log_admin("[key_name(usr)] made [O] at [O.x], [O.y], [O.z]. make a sound")
|
||||
message_admins("\blue [key_name_admin(usr)] made [O] at [O.x], [O.y], [O.z]. make a sound", 1)
|
||||
log_admin("[key_name(usr)] made [O] at [O.x], [O.y], [O.z]. make a sound ([message])")
|
||||
message_admins("\blue [key_name_admin(usr)] made [O] at [O.x], [O.y], [O.z]. make a sound ([message])", 1)
|
||||
feedback_add_details("admin_verb","MS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
/client/proc/make_area_sound(var/turf/T in world) // -- TLE
|
||||
@@ -680,8 +680,8 @@ var/list/admin_verbs_mod = list(
|
||||
for(var/area/SubA in A.related)
|
||||
for (var/mob/V in SubA)
|
||||
V.show_message(message, 2)
|
||||
log_admin("[key_name(usr)] made [A.name] make a sound")
|
||||
message_admins("\blue [key_name_admin(usr)] made [A.name] make a sound", 1)
|
||||
log_admin("[key_name(usr)] made [A.name] make a sound ([message])")
|
||||
message_admins("\blue [key_name_admin(usr)] made [A.name] make a sound ([message])", 1)
|
||||
feedback_add_details("admin_verb","MAS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
/client/proc/togglebuildmodeself()
|
||||
|
||||
Reference in New Issue
Block a user