mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-07 06:48:44 +00:00
12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
/obj/item/storage/basket
|
|
name = "basket"
|
|
desc = "Handwoven basket."
|
|
icon_state = "basket"
|
|
w_class = WEIGHT_CLASS_BULKY
|
|
resistance_flags = FLAMMABLE
|
|
|
|
/obj/item/storage/basket/Initialize(mapload)
|
|
. = ..()
|
|
atom_storage.max_specific_storage = WEIGHT_CLASS_NORMAL
|
|
atom_storage.max_total_storage = 21
|