This commit is contained in:
Greenjoe12345
2021-04-10 18:28:27 +02:00
committed by GitHub
parent a892223bae
commit da19f1e3d5
6 changed files with 59 additions and 0 deletions
@@ -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"