forget it, this one works good enough already

This commit is contained in:
SandPoot
2021-08-09 11:03:51 -03:00
parent 2844c1df32
commit 6c338c6479
@@ -305,7 +305,7 @@
prof.profile_snapshot = entry
for(var/slot in GLOB.slots)
if(istype(H.vars[slot], GLOB.slot2type[slot]))
if(slot in H.vars)
var/obj/item/I = H.vars[slot]
if(!I)
continue