Loader Class MODsuit (#11073)

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-01-29 15:27:47 +01:00
committed by GitHub
parent 96841e151a
commit 2cb28c4d8a
38 changed files with 419 additions and 96 deletions

View File

@@ -2176,6 +2176,18 @@
hidden = TRUE
experimental = TRUE
/datum/techweb_node/mod_experimental
id = "mod_experimental"
display_name = "Experimental Modular Suits"
description = "Applications of experimentality when creating MODsuits has created these..."
prereq_ids = list("base")
design_ids = list(
"mod_disposal",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
hidden = TRUE
experimental = TRUE
//Helpers for debugging/balancing the techweb in its entirety!
/proc/total_techweb_points()
var/list/datum/techweb_node/processing = list()