Adds admin message log to the spawn verb.

The spawn-verb no longer only makes an entry in the admin log but also messages admins, making it less sneaky.
This commit is contained in:
PsiOmegaDelta
2015-07-27 11:24:44 +02:00
parent 433b55f3df
commit 631c30732d
+1 -1
View File
@@ -1051,7 +1051,7 @@ var/global/floorIsLava = 0
else
new chosen(usr.loc)
log_admin("[key_name(usr)] spawned [chosen] at ([usr.x],[usr.y],[usr.z])")
log_and_message_admins("spawned [chosen] at ([usr.x],[usr.y],[usr.z])")
feedback_add_details("admin_verb","SA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!