From 2844c1df321cedda665693988d1ab6b4a68c4069 Mon Sep 17 00:00:00 2001 From: SandPoot <43283559+SandPoot@users.noreply.github.com> Date: Sun, 8 Aug 2021 13:09:52 -0300 Subject: [PATCH] Update changeling.dm Web change because angry i didn't notice. --- code/modules/antagonists/changeling/changeling.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/changeling/changeling.dm b/code/modules/antagonists/changeling/changeling.dm index 9df2bef563..965839c327 100644 --- a/code/modules/antagonists/changeling/changeling.dm +++ b/code/modules/antagonists/changeling/changeling.dm @@ -305,7 +305,7 @@ prof.profile_snapshot = entry for(var/slot in GLOB.slots) - if(istype(user.vars[slot], GLOB.slot2type[slot])) + if(istype(H.vars[slot], GLOB.slot2type[slot])) var/obj/item/I = H.vars[slot] if(!I) continue