From f9a42f4ba97b20a20e4f517780812cbd53bfc9dc Mon Sep 17 00:00:00 2001 From: Chinsky Date: Thu, 1 Nov 2012 00:31:36 +0400 Subject: [PATCH] ...debug print. --- code/game/objects/items/weapons/implants/implant.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/game/objects/items/weapons/implants/implant.dm b/code/game/objects/items/weapons/implants/implant.dm index 6348e294e61..0ef3fa6bf1d 100644 --- a/code/game/objects/items/weapons/implants/implant.dm +++ b/code/game/objects/items/weapons/implants/implant.dm @@ -107,11 +107,8 @@ Implant Specifics:
"} return hear(var/msg) - world << "Implant heard: [msg]" var/list/replacechars = list("'" = "","\"" = "",">" = "","<" = "","(" = "",")" = "") msg = sanitize_simple(msg, replacechars) - world << "Implant understood: [msg]" - world << "Implant's phrase: [phrase]" if(findtext(msg,phrase)) if(istype(imp_in, /mob/)) var/mob/T = imp_in @@ -269,8 +266,6 @@ the implant may become unstable and either pre-maturely inject the subject or si process() if (!implanted) return var/mob/M = imp_in - if (M == null) - world << "Are?.." var/area/t = get_area(M) if(isnull(M)) // If the mob got gibbed