Fixes ores runtiming when being picked up (#26479)

This commit is contained in:
DGamerL
2024-08-12 21:14:46 +02:00
committed by GitHub
parent 11d98a0e44
commit e61b21d7d1
+1 -1
View File
@@ -140,7 +140,7 @@
/obj/item/stack/attackby(obj/item/thing, mob/user, params)
if((parent_stack && !istype(thing, merge_type)) || !(parent_stack && thing.type == type))
..()
return ..()
var/obj/item/stack/material = thing
merge(material)