Skip to content

Commit

Permalink
Update frontier.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Jun 29, 2024
1 parent 26be0cc commit e71171b
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions monkestation/code/modules/blueshift/designs/frontier.dm
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,25 @@
)
construction_time = 2 MINUTES

/datum/design/flatpack_ore_thumper
name = "Flat-Packed Ore Thumper"
desc = "A frame with a heavy block of metal suspended atop a pipe. \
Must be deployed outdoors and given a wired power connection. \
Forces pressurized gas into the ground which brings up buried resources."
id = "flatpack_ore_thumper"
build_type = COLONY_FABRICATOR
materials = list(
/datum/material/iron = SHEET_MATERIAL_AMOUNT * 7.5,
/datum/material/glass = SHEET_MATERIAL_AMOUNT * 3,
/datum/material/gold = SHEET_MATERIAL_AMOUNT,
)
build_path = /obj/item/flatpacked_machine/ore_thumper
category = list(
RND_CATEGORY_INITIAL,
FABRICATOR_CATEGORY_FLATPACK_MACHINES + FABRICATOR_SUBCATEGORY_MATERIALS,
)
construction_time = 15 SECONDS

#undef FABRICATOR_CATEGORY_FLATPACK_MACHINES
#undef FABRICATOR_SUBCATEGORY_MANUFACTURING
#undef FABRICATOR_SUBCATEGORY_POWER
Expand Down Expand Up @@ -771,22 +790,3 @@
RND_CATEGORY_INITIAL,
RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_MINING,
)

/datum/design/flatpack_ore_thumper
name = "Flat-Packed Ore Thumper"
desc = "A frame with a heavy block of metal suspended atop a pipe. \
Must be deployed outdoors and given a wired power connection. \
Forces pressurized gas into the ground which brings up buried resources."
id = "flatpack_ore_thumper"
build_type = COLONY_FABRICATOR
materials = list(
/datum/material/iron = SHEET_MATERIAL_AMOUNT * 7.5,
/datum/material/glass = SHEET_MATERIAL_AMOUNT * 3,
/datum/material/gold = SHEET_MATERIAL_AMOUNT,
)
build_path = /obj/item/flatpacked_machine/ore_thumper
category = list(
RND_CATEGORY_INITIAL,
FABRICATOR_CATEGORY_FLATPACK_MACHINES + FABRICATOR_SUBCATEGORY_MATERIALS,
)
construction_time = 15 SECONDS

0 comments on commit e71171b

Please sign in to comment.