should call parent

This commit is contained in:
Kashargul
2025-01-06 21:25:36 +01:00
parent 0436afea65
commit d9fc7dac70
23 changed files with 24 additions and 1 deletions
@@ -83,6 +83,7 @@
use_to_pickup = FALSE
/obj/item/storage/laundry_basket/offhand/dropped(mob/user as mob)
SHOULD_CALL_PARENT(FALSE)
if(user.isEquipped(linked))
user.drop_from_inventory(linked)
return
@@ -605,7 +605,7 @@
return handle_item_insertion(W)
/obj/item/storage/dropped(mob/user as mob)
return
return ..()
/obj/item/storage/attack_hand(mob/user as mob)
if(ishuman(user) && !pocketable)