Skip to content

Commit

Permalink
Убираем из шкафов, убираем крафт из ткани, добавляем в биоген
Browse files Browse the repository at this point in the history
  • Loading branch information
Chorden523 committed Mar 10, 2024
1 parent 60b8ba1 commit fc1c3c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
8 changes: 8 additions & 0 deletions modular_ss220/hydroponics/code/biogenerator_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@
materials = list(MAT_BIOMASS = 10000)
build_path = /obj/item/seeds/random
category = list("initial","Organic Materials")

/datum/design/material_pouch
name = "Material pouch"
id = "material_pouch"
build_type = BIOGENERATOR
materials = list(MAT_BIOMASS = 500)
build_path = /obj/item/storage/bag/material_pouch
category = list("initial","Leather and Cloth")
4 changes: 0 additions & 4 deletions modular_ss220/objects/_objects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@
GLOB.plastic_recipes += list(
new /datum/stack_recipe("пластиковый стул", /obj/structure/chair/plastic, time = 2 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
)

GLOB.cloth_recipes += list(
new /datum/stack_recipe("material pouch", /obj/item/storage/bag/material_pouch, 4, time = 2 SECONDS, on_floor = FALSE),
)
7 changes: 0 additions & 7 deletions modular_ss220/objects/code/material_pouch.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,3 @@
max_w_class = WEIGHT_CLASS_NORMAL
slot_flags = SLOT_FLAG_BELT | SLOT_FLAG_POCKET

/obj/structure/closet/secure_closet/engineering_chief/populate_contents()
. = ..()
new /obj/item/storage/bag/material_pouch(src)

/obj/structure/closet/secure_closet/engineering_personal/populate_contents()
. = ..()
new /obj/item/storage/bag/material_pouch(src)

0 comments on commit fc1c3c3

Please sign in to comment.