Fixes all invalid origin_techs (#9566)

This commit is contained in:
mikomyazaki
2020-08-01 22:52:39 +02:00
committed by GitHub
parent b0376530f3
commit fe62d2bf3a
4 changed files with 10 additions and 4 deletions
@@ -56,7 +56,7 @@
power_draw_per_use = 3
allowed_types = list(/obj/item/paper)
spawn_flags = IC_SPAWN_DEFAULT|IC_SPAWN_RESEARCH
origin_tech = list(TECH_ENGINEERING = 2, TECH_MATERIALS = 2)
origin_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 2)
/obj/item/integrated_circuit/insert_slot/beaker_holder
name = "beaker holder"
@@ -67,4 +67,4 @@
capacity = 1
allowed_types = list(/obj/item/reagent_containers/glass/beaker)
spawn_flags = IC_SPAWN_DEFAULT|IC_SPAWN_RESEARCH
origin_tech = list(TECH_ENGINEERING = 2, TECH_BIO = 2, TECH_MATERIALS = 2)
origin_tech = list(TECH_ENGINEERING = 2, TECH_BIO = 2, TECH_MATERIAL = 2)
@@ -269,7 +269,7 @@
flags = OPENCONTAINER | NOREACT
complexity = 8
spawn_flags = IC_SPAWN_RESEARCH
origin_tech = list(TECH_MATERIALS = 3, TECH_ENGINEERING = 2, TECH_DATA = 2, TECH_BIO = 2)
origin_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 2, TECH_DATA = 2, TECH_BIO = 2)
/obj/item/integrated_circuit/reagent/storage/big
name = "big reagent storage"