mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user