mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-28 07:39:23 +01:00
stops kevinz from leaking his IP
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user