mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 00:54:16 +01:00
Removes glucose autoinjectors from vendomats
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/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)
|
||||
Reference in New Issue
Block a user