mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Minor logging addition to ghosts (#18204)
Added admin logging to ghosts for when they make their sprite invisible, so that they can be tracked if needs be. Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
co-authored by
ShadowLarkens
parent
83e1e6f9a9
commit
f23ca607e5
@@ -935,6 +935,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
|
||||
ghost_sprite = GLOB.possible_ghost_sprites[choice]
|
||||
|
||||
if(ghost_sprite == "blank")
|
||||
log_and_message_admins("[key_name(src)] has set their ghost sprite to invisible.", src)
|
||||
|
||||
if(!finalized || finalized == "No")
|
||||
icon_state = previous_state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user