diff --git a/code/game/objects/items/weapons/dna_injector.dm b/code/game/objects/items/weapons/dna_injector.dm index e8c982c10db..cfa5372ea6e 100644 --- a/code/game/objects/items/weapons/dna_injector.dm +++ b/code/game/objects/items/weapons/dna_injector.dm @@ -133,7 +133,7 @@ else log_attack("[key_name(user)] injected [key_name(M)] with the Isolated [name]") else - testing("DNA injector with contents: [english_list(buf.dna.SE)]") + // testing("DNA injector with contents: [english_list(buf.dna.SE)]") if (GetState(MONKEYBLOCK) && istype(M, /mob/living/carbon/human) ) message_admins("[key_name_admin(user)] injected [key_name_admin(M)] with the [name] \red(MONKEY)") log_attack("[key_name(user)] injected [key_name(M)] with the [name] (MONKEY)") @@ -160,7 +160,7 @@ if (buf.types & DNA2_BUF_SE) if(block)// Isolated injector - testing("Isolated block [block] injector with contents: [english_list(GetValue())]") + // testing("Isolated block [block] injector with contents: [english_list(GetValue())]") if (GetState() && block == MONKEYBLOCK && istype(M, /mob/living/carbon/human) ) message_admins("[key_name_admin(user)] injected [key_name_admin(M)] with the Isolated [name] \red(MONKEY)") log_attack("[key_name(user)] injected [key_name(M)] with the Isolated [name] (MONKEY)") @@ -168,7 +168,7 @@ else log_attack("[key_name(user)] injected [key_name(M)] with the Isolated [name]") else - testing("DNA injector with contents: [english_list(buf.dna.SE)]") + // testing("DNA injector with contents: [english_list(buf.dna.SE)]") if (GetState(MONKEYBLOCK) && istype(M, /mob/living/carbon/human)) message_admins("[key_name_admin(user)] injected [key_name_admin(M)] with the [name] \red(MONKEY)") log_game("[key_name(user)] injected [key_name(M)] with the [name] (MONKEY)")