diff --git a/code/game/gamemodes/miniantags/abduction/gland.dm b/code/game/gamemodes/miniantags/abduction/gland.dm index e23e37c349e..b242802c9cf 100644 --- a/code/game/gamemodes/miniantags/abduction/gland.dm +++ b/code/game/gamemodes/miniantags/abduction/gland.dm @@ -54,6 +54,9 @@ to_chat(owner, "[command]") active_mind_control = TRUE log_admin("[key_name(user)] sent an abductor mind control message to [key_name(owner)]: [command]") + message_admins("[key_name_admin(user)] sent an abductor mind control message to [key_name_admin(owner)]: [command]") + user.create_log(CONVERSION_LOG, "sent an abductor mind control message: '[command]'", owner) + owner.create_log(CONVERSION_LOG, "received an abductor mind control message: '[command]'", user) update_gland_hud() addtimer(CALLBACK(src, .proc/clear_mind_control), mind_control_duration)