From 398539e00a23e6ef855146f1f8812fed3e30f599 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:22:51 -0700 Subject: [PATCH] [MIRROR] clears up debugs (#11507) Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- .../components/antags/changeling/powers/transform_sting.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/datums/components/antags/changeling/powers/transform_sting.dm b/code/datums/components/antags/changeling/powers/transform_sting.dm index 83d0f16b47..20a6ec8e41 100644 --- a/code/datums/components/antags/changeling/powers/transform_sting.dm +++ b/code/datums/components/antags/changeling/powers/transform_sting.dm @@ -14,7 +14,6 @@ var/datum/component/antag/changeling/changeling = changeling_power(40, 1, 100, CONSCIOUS) if(!changeling) - to_world("Changeling = false)") return FALSE var/list/names = list() @@ -26,19 +25,15 @@ var/S if(LAZYLEN(names) > 1) tgui_input_list(src, "Select the target DNA:", "Target DNA", names) - to_world("dna > 1") else - to_world("dna == 1") S = names[1] var/datum/absorbed_dna/chosen_dna = changeling.GetDNA(S) if(!chosen_dna) - to_world("CD = false)") return var/mob/living/carbon/T = changeling_sting(40,/mob/proc/changeling_transformation_sting) if(!T) - to_world("T = false)") return FALSE if((HUSK in T.mutations) || (!ishuman(T) && !issmall(T))) to_chat(src, span_warning("Our sting appears ineffective against its DNA."))