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
@@ -16,7 +16,7 @@
vine.mature_time = 0
vine.process()
log_and_message_admins_with_location("Event: Spacevines spawned at [T.loc] ([T.x],[T.y],[T.z])", T.x, T.y, T.z)
log_and_message_admins("Spacevines spawned at \the [get_area(T)]", location = T)
return
log_and_message_admins("<span class='notice'>Event: Spacevines failed to find a viable turf.</span>")