Skip to content

Commit

Permalink
mining plastic flaps huinya
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Feb 8, 2024
1 parent c903ac6 commit 7cead67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/structures/plasticflaps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@
name = "airtight plastic flaps"
desc = "Heavy duty, airtight, plastic flaps."
can_atmos_pass = ATMOS_PASS_NO

/obj/structure/plasticflaps/mining/attackby(obj/item/O, mob/user)
. = ..()
4 changes: 2 additions & 2 deletions code/modules/materials/material_recipes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
recipes += new /datum/stack_recipe("freezer floor tile", /obj/item/stack/tile/floor_freezer, 1, 4, 20)
recipes += new /datum/stack_recipe("hazard cone", /obj/item/caution/cone, 2, on_floor = 1)
recipes += new /datum/stack_recipe("small knife grip", /obj/item/material/shivgrip/plastic, 2, time = 20, one_per_turf = 0, on_floor = 1, supplied_material = "[name]")
recipes += new /datum/stack_recipe("plastic flaps", /obj/structure/plasticflaps, 5, time = 30, one_per_turf = 1, on_floor = 1)

recipes += new /datum/stack_recipe("plastic flaps", /obj/structure/plasticflaps, 5, time = 100, one_per_turf = 1, on_floor = 1)
recipes += new /datum/stack/recipe("mining plastic flaps", /obj/structure/plasticflaps/mining, 20, time = 150, one_per_turf = 1, on_floor = 1)
/material/wood/generate_recipes()
..()
recipes += new /datum/stack_recipe("wooden sandals", /obj/item/clothing/shoes/sandal, 2, time = 20)
Expand Down

0 comments on commit 7cead67

Please sign in to comment.