Require bluespace core for BSMs (#288)

Updates bluespace miners construction and techweb requirements. Made at the request of SandPoot.

- Added construction requirement for activated bluespace core
- Added techweb requirement for Anomaly Research
- Removed construction requirement for bluespace crystals
This commit is contained in:
Darius
2023-01-18 11:14:03 +00:00
committed by GitHub
parent d362dacfd0
commit 9ddd495232
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
/obj/item/stock_parts/micro_laser = 5,
/obj/item/stock_parts/manipulator = 5,
/obj/item/stock_parts/scanning_module = 5,
/obj/item/stack/ore/bluespace_crystal = 5)
ANOMALY_CORE_BLUESPACE = 1)
needs_anchored = FALSE
/obj/item/circuitboard/machine/telecomms/message_server

View File

@@ -33,8 +33,8 @@
/datum/techweb_node/bs_mining
id = "bluespace_mining"
display_name = "Bluespace Mining Technology"
description = "Harness the power of bluespace to make materials out of nothing. Slowly."
prereq_ids = list("practical_bluespace", "adv_mining")
description = "Harness the power of bluespace to make materials out of nothing, slowly. Requires a bluespace core to function."
prereq_ids = list("practical_bluespace", "adv_mining", "anomaly_research")
design_ids = list("bluespace_miner")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 7500)