Skip to content

Commit

Permalink
more info
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiftyRail committed Nov 10, 2024
1 parent 5574176 commit 144bd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/debug.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that

// absolutely not
if(findtextEx(trim(lowertext(procname)), "rustg"))
message_admins("<span class='userdanger'>[key_name_admin(src)] attempted to proc call rust-g procs. Inform the host <u>at once</u>.</span>")
message_admins("<span class='userdanger'>[key_name_admin(src)] attempted to proc call rust-g procs ([strip_html_properly(procname)]). Inform the host <i>at once</i>.</span>")
log_admin("[key_name(src)] attempted to proc call rust-g procs. Inform the host at once.")
send2admindiscord("[key_name(src)] attempted to proc call rustg things. Inform the host at once.", TRUE)
return
Expand Down

0 comments on commit 144bd5d

Please sign in to comment.