stops kevinz from leaking his IP

This commit is contained in:
Letter N
2020-08-24 18:42:48 +08:00
parent 2ddddbbbaa
commit c13a22a841
9 changed files with 175 additions and 137 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
var/mob/living/target = M
if(!isliving(target))
to_chat(usr, "This can only be used on instances of type /mob/living")
to_chat(usr, "This can only be used on instances of type /mob/living", confidential = TRUE)
return
explosion(target.loc, 0, 0, 0, 0)