mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Fixes ores runtiming when being picked up (#26479)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user