mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Ore satchel won't spam failed pickups anymore (#19133)
Ore satchel won't spam failed pickups anymore unless the user does an explicit pickup request (clicking on a turf/item) Fixes #18413
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
var/turf/location = get_turf(user)
|
||||
|
||||
if(location)
|
||||
pickup_items_from_loc_and_feedback(user, location)
|
||||
pickup_items_from_loc_and_feedback(user, location, explicit_request = FALSE)
|
||||
|
||||
/obj/item/storage/bag/ore/get_examine_text(mob/user, distance, is_adjacent, infix, suffix)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user