From 3bf2f337666b900072bf385aca47d2097d3c8bc3 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sat, 5 Jul 2025 13:26:43 -0700 Subject: [PATCH] [MIRROR] Small changeling icon fix (#11147) Co-authored-by: Cameron Lennox Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- code/datums/components/antags/changeling/changeling.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/components/antags/changeling/changeling.dm b/code/datums/components/antags/changeling/changeling.dm index 65aa680e1e..69b5a21cf2 100644 --- a/code/datums/components/antags/changeling/changeling.dm +++ b/code/datums/components/antags/changeling/changeling.dm @@ -401,6 +401,7 @@ var/list/datum/power/changeling/powerinstances = list() if(Thepower.make_hud_button && Thepower.isVerb) if(owner.ability_master) + qdel_null(owner.ability_master) owner.ability_master = new /obj/screen/movable/ability_master(owner) owner.ability_master.add_ling_ability( object_given = owner,