mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
on the precipice of stickiness
This commit is contained in:
@@ -75,15 +75,14 @@
|
|||||||
prereq_ids = list("base")
|
prereq_ids = list("base")
|
||||||
design_ids = list("sticky_tape")
|
design_ids = list("sticky_tape")
|
||||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||||
hidden = TRUE
|
starting_node = TRUE
|
||||||
experimental = TRUE
|
|
||||||
|
|
||||||
// Can be researched after getting the basic sticky technology from the BEPIS major reward
|
// now a BEPIS locked thing
|
||||||
/datum/techweb_node/sticky_advanced
|
/datum/techweb_node/sticky_advanced
|
||||||
id = "sticky_advanced"
|
id = "sticky_advanced"
|
||||||
display_name = "Advanced Sticky Technology"
|
display_name = "Advanced Sticky Technology"
|
||||||
description = "Taking a good joke too far? Nonsense!"
|
description = "Taking a good joke too far? Nonsense!"
|
||||||
prereq_ids = list("sticky_basic")
|
|
||||||
design_ids = list("super_sticky_tape", "pointy_tape")
|
design_ids = list("super_sticky_tape", "pointy_tape")
|
||||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000)
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000)
|
||||||
hidden = TRUE
|
hidden = TRUE
|
||||||
|
experimental = TRUE
|
||||||
|
|||||||
Reference in New Issue
Block a user