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:
Fluffy
2024-05-11 12:50:34 +00:00
committed by GitHub
parent a4ffdb0856
commit 8f705cb6b0
3 changed files with 51 additions and 7 deletions
+1 -1
View File
@@ -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)
. = ..()