[MIRROR] simple ghost pod find (#11205)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-20 07:29:37 -07:00
committed by GitHub
parent 9901efc2f2
commit 47c7add324
33 changed files with 1561 additions and 442 deletions

View File

@@ -4,6 +4,8 @@
set desc = "Check a player's attack logs."
show_cmd_admin_check_player_logs(M)
show_cmd_admin_check_player_logs(M)
//Views specific attack logs belonging to one player.
/client/proc/show_cmd_admin_check_player_logs(mob/living/M)
var/dat = span_bold("[M]'s Attack Log:<HR>")
@@ -45,8 +47,8 @@
set desc = "Check a player's dialogue logs."
show_cmd_admin_check_dialogue_logs(M)
/client/proc/show_cmd_admin_check_dialogue_logs(mob/living/M)
//Views specific dialogue logs belonging to one player.
/client/proc/show_cmd_admin_check_dialogue_logs(mob/living/M)
var/dat = span_bold("[M]'s Dialogue Log:<HR>")
dat += span_bold("Viewing say and emote logs of [M]") + " - (Played by ([key_name(M)]).<br>"
if(M.mind)