im a silly goose (#21005)

This commit is contained in:
matttheficus
2023-05-02 22:10:33 +02:00
committed by GitHub
parent 65978a1070
commit db2aac4c1b
2 changed files with 2 additions and 1 deletions
@@ -5,6 +5,7 @@
max_combined_w_class = WEIGHT_CLASS_GIGANTIC
w_class = WEIGHT_CLASS_BULKY
cant_hold = list(/obj/item/disk/nuclear)
w_class_override = list(/obj/item/storage/belt)
silent = TRUE
/obj/item/implant/storage
@@ -31,7 +31,7 @@
update_weight()
/obj/item/storage/belt/can_be_inserted(obj/item/I, stop_messages = FALSE)
if(isstorage(loc) && !istype(loc, /obj/item/storage/backpack/holding) && !storable)
if(isstorage(loc) && !istype(loc, /obj/item/storage/backpack/holding) && !istype(loc, /obj/item/storage/hidden/implant) && !storable)
to_chat(usr, "<span class='warning'>You can't seem to fit [I] into [src].</span>")
return FALSE
. = ..()