mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 11:44:05 +01:00
[MIRROR] reimplements attack and player logs (#12553)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bb90e792ca
commit
99afe463dc
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user