This commit is contained in:
Linzolle
2020-02-13 13:29:07 -06:00
parent 9a87087378
commit 083a6e4c19
+4 -1
View File
@@ -133,7 +133,10 @@
for(var/obj/item/I in get_environment(user))
if(I.flags_1 & HOLOGRAM_1)
continue
.["instances"][I.type] += I
if(.["instances"][I.type])
.["instances"][I.type] += I
else
.["instances"][I.type] = list(I)
if(istype(I, /obj/item/stack))
var/obj/item/stack/S = I
.["other"][I.type] += S.amount