[MIRROR] Anomalies can now be deconstructed for techwebs for 10k points (#6850)

* Anomalies can now be deconstructed for techwebs for 10k points

* Update research.dm
This commit is contained in:
CitadelStationBot
2018-05-27 19:26:36 -05:00
committed by kevinz000
parent 5c2131c5ae
commit 8502508c21
+3 -1
View File
@@ -16,7 +16,9 @@ SUBSYSTEM_DEF(research)
var/list/techweb_nodes_starting = list() //associative id = node datum
var/list/techweb_boost_items = list() //associative double-layer path = list(id = list(point_type = point_discount))
var/list/techweb_nodes_hidden = list() //Nodes that should be hidden by default.
var/list/techweb_point_items = list() //path = list(point type = value)
var/list/techweb_point_items = list( //path = list(point type = value)
/obj/item/assembly/signaler/anomaly = list(TECHWEB_POINT_TYPE_GENERIC = 10000)
)
var/list/errored_datums = list()
var/list/point_types = list() //typecache style type = TRUE list
//----------------------------------------------