mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Aghost Logging (#19528)
* aghost_logging * adds key_name to the log_admin messages * 1703 * 1953
This commit is contained in:
@@ -57,6 +57,7 @@ ADMIN_VERB(admin_ghost, R_HOLDER, "Aghost", "Ghost out of your body with the opt
|
||||
to_chat(user, span_filter_system(span_warning("Error: Aghost: Can't admin-ghost whilst in the lobby. Join or Observe first.")))
|
||||
else
|
||||
//ghostize
|
||||
log_admin("[key_name(user)] has aghosted.")
|
||||
var/mob/body = mob
|
||||
var/mob/observer/dead/ghost
|
||||
if(build_mode)
|
||||
|
||||
Reference in New Issue
Block a user