mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Attack logs transfered on ghosting/mind transfer (#22738)
* Attack logs transfered on ghosting/mind transfer * I swear officer I tested it
This commit is contained in:
@@ -344,6 +344,7 @@ Works together with spawning an observer, noted above.
|
||||
if (deafmute)
|
||||
ghostype = /mob/dead/observer/deafmute
|
||||
var/mob/dead/observer/ghost = new ghostype(src, flags) //Transfer safety to observer spawning proc.
|
||||
ghost.attack_log += src.attack_log // Keep our attack logs.
|
||||
ghost.timeofdeath = src.timeofdeath //BS12 EDIT
|
||||
ghost.key = key
|
||||
if(ghost.client && !ghost.client.holder && !config.antag_hud_allowed) // For new ghosts we remove the verb from even showing up if it's not allowed.
|
||||
|
||||
Reference in New Issue
Block a user