Update telecube.dm

Minor fix to the techs given by Locii.
This commit is contained in:
Cyrelius
2023-02-09 23:39:11 -08:00
committed by GitHub
parent 204a328868
commit 4a69a6ae95
+1 -1
View File
@@ -24,7 +24,7 @@
icon = 'icons/obj/props/telecube.dmi'
icon_state = "cube"
w_class = ITEMSIZE_SMALL
origin_tech = list(TECH_MATERIAL = 7, TECH_POWER = 6, TECH_BLUESPACE = 7, TECH_ANOMALY = 2, TECH_PRECURSOR = 2)
origin_tech = list(TECH_MATERIAL = 7, TECH_POWER = 6, TECH_BLUESPACE = 7, TECH_ARCANE = 2, TECH_PRECURSOR = 2)
catalogue_data = list(/datum/category_item/catalogue/anomalous/precursor_a/telecube)