Files
CHOMPStation2/code/game/objects/items/weapons/storage/toolbox_vr.dm
2019-04-21 16:06:49 +10:00

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)