mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Chem bags (#11609)
This commit is contained in:
@@ -330,3 +330,19 @@
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
can_hold = list(/obj/item/book, /obj/item/spellbook)
|
||||
|
||||
// -----------------------------
|
||||
// Chemistry Bag
|
||||
// -----------------------------
|
||||
/obj/item/storage/bag/chemistry
|
||||
name = "chemistry bag"
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/lefthand_medical.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/righthand_medical.dmi',
|
||||
)
|
||||
icon_state = "chembag"
|
||||
desc = "A bag for storing pills and bottles of medicine."
|
||||
max_storage_space = 200
|
||||
w_class = ITEMSIZE_LARGE
|
||||
slowdown = 1
|
||||
can_hold = list(/obj/item/reagent_containers/pill,/obj/item/reagent_containers/glass/beaker,/obj/item/reagent_containers/glass/bottle)
|
||||
|
||||
@@ -217,6 +217,8 @@
|
||||
new /obj/item/storage/box/syringes(src)
|
||||
new /obj/item/storage/box/beakers(src)
|
||||
new /obj/item/storage/box/beakers(src)
|
||||
new /obj/item/storage/bag/chemistry(src)
|
||||
new /obj/item/storage/bag/chemistry(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/medical_wall
|
||||
name = "first aid closet"
|
||||
|
||||
Reference in New Issue
Block a user