/obj/item/cargo_backpack name = "cargo pack" desc = "A robust set of rigs and buckles that allows the wearer to carry two additional Orion Express delivery packages on their back." icon = 'icons/obj/package.dmi' icon_state = "package_pack" item_state = "package_pack" contained_sprite = TRUE w_class = WEIGHT_CLASS_HUGE slot_flags = SLOT_BACK drop_sound = 'sound/items/drop/backpack.ogg' pickup_sound = 'sound/items/pickup/backpack.ogg' var/list/contained_packages /obj/item/cargo_backpack/mechanics_hints(mob/user, distance, is_adjacent) . += ..() . += "To load packages onto your back, equip this item on the back slot, then click on it with a package in-hand." . += "To unload a package, click on this item with an empty hand." /obj/item/cargo_backpack/feedback_hints(mob/user, distance, is_adjacent) . += ..() if(length(contained_packages)) . += SPAN_NOTICE("\[?\] There are some packages loaded.