mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +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:
@@ -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