reimplements attack and player logs (#19313)

* reomplements attack and player logs

* right log cat

* updates logging, makesDB optional

* regex serarch

* .

* .

* .

* sucks

* db load

* .

* .

* db logging
This commit is contained in:
Kashargul
2026-03-19 22:37:45 +01:00
committed by GitHub
parent 861b270c25
commit 6c768b06ec
50 changed files with 411 additions and 270 deletions
@@ -65,7 +65,6 @@
if(ismob(loc))
var/mob/M = loc
T = get_turf(M) //Where is the body located?
attack_log = M.attack_log //preserve our attack logs by copying them to our ghost
gender = M.gender
if(M.mind && M.mind.name)
name = M.mind.name
+2 -2
View File
@@ -4,7 +4,7 @@
if(!message)
return
log_talk("(GHOST SAY) [message]", LOG_SAY)
log_talk("(GHOST SAY) [message]", LOG_SAY, color="#9c00bc")
if (client)
if(message)
@@ -20,7 +20,7 @@
if(!message)
return
log_message("(GHOST EMOTE) [message]", LOG_EMOTE)
log_message("(GHOST EMOTE) [message]", LOG_EMOTE, color="#9c00bc")
if(client)
if(message)