Logging tweaks.

Uploading a new library book now also gives an admin notice.
Admin logs will now add a (JMP) if at all applicable.
This commit is contained in:
PsiOmegaDelta
2016-01-08 15:22:43 +01:00
parent ecd70a7cb9
commit 2c1debbcaa
6 changed files with 11 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
kill()
return
log_and_message_admins_with_location("Event: Blob spawned at \the [get_area(T)] ([T.x],[T.y],[T.z])", T.x, T.y, T.z)
log_and_message_admins("Blob spawned at \the [get_area(T)]", location = T)
Blob = new /obj/effect/blob/core(T)
for(var/i = 1; i < rand(3, 4), i++)
Blob.process()