Aghost Logging (#19528)

* aghost_logging

* adds key_name to the log_admin messages

* 1703

* 1953
This commit is contained in:
Casey
2026-06-25 00:29:46 +02:00
committed by GitHub
parent 99ef2959d1
commit d9649186d8
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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)