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