mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-10 00:43:14 +00:00
* 3/4ths-ify some wall mount sprites (by Kryson and Viro) (#71788) posters are now 24px tall, new sprites for nanomeds, emergency safes, and ticket machines (by Kryson) * 3/4ths-ify some wall mount sprites (by Kryson and Viro) * DON'T INCLUDE FUCKING OVERRIDES IF THEY DON'T DO ANYTHING HHHNGH MY CI IS FAILING CODERS * FUCK Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com> Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com>
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
/obj/item/storage/basket
|
|
name = "basket"
|
|
desc = "Handwoven basket."
|
|
icon = 'icons/obj/storage/basket.dmi'
|
|
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
|