mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Telekinetic Gloves (#11447)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8030ab6d20
commit
52e8764438
@@ -103,3 +103,14 @@
|
||||
)
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_3_POINTS)
|
||||
announce_channels = list(CHANNEL_SCIENCE)
|
||||
|
||||
/datum/techweb_node/telekinetics
|
||||
id = TECHWEB_NODE_TELEKINETIC_RESEARCH
|
||||
display_name = "Applied Telekinetics Research"
|
||||
description = "Altering the physical behavior of objects to allow remote interaction and movement."
|
||||
prereq_ids = list(TECHWEB_NODE_APPLIED_BLUESPACE,TECHWEB_NODE_CYBER_IMPLANTS)
|
||||
design_ids = list(
|
||||
"tk_gloves",
|
||||
)
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_4_POINTS)
|
||||
announce_channels = list(CHANNEL_SCIENCE)
|
||||
|
||||
Reference in New Issue
Block a user