mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 23:13:06 +00:00
10 lines
552 B
Plaintext
10 lines
552 B
Plaintext
/obj/item/weapon/storage/toolbox/lunchbox/survival
|
|
name = "survival lunchbox"
|
|
icon = 'icons/obj/storage_vr.dmi'
|
|
icon_state = "lunchbox_survival"
|
|
item_state_slots = list(slot_r_hand_str = "toolbox_syndi", slot_l_hand_str = "toolbox_syndi")
|
|
desc = "A little lunchbox. This one seems to be much sturdier than normal, made of a durable steel!"
|
|
max_storage_space = ITEMSIZE_COST_SMALL * 6
|
|
|
|
/obj/item/weapon/storage/toolbox/lunchbox/survival/zaddat
|
|
starts_with = list(/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/glucose = 6) |