Makes the abductor MID command mode notify admins better (#14950)

* Makes it message admins

* Update code/game/gamemodes/miniantags/abduction/gland.dm

Co-authored-by: Farie82 <joepvelden@hotmail.com>

Co-authored-by: Farie82 <joepvelden@hotmail.com>
This commit is contained in:
Qwertytoforty
2020-11-24 08:34:41 +00:00
committed by GitHub
co-authored by Farie82
parent ca97f9a92d
commit 806c8363b9
@@ -54,6 +54,9 @@
to_chat(owner, "<span class='mind_control'>[command]</span>")
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)