mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Fixes all invalid origin_techs (#9566)
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
power_draw_per_use = 3
|
power_draw_per_use = 3
|
||||||
allowed_types = list(/obj/item/paper)
|
allowed_types = list(/obj/item/paper)
|
||||||
spawn_flags = IC_SPAWN_DEFAULT|IC_SPAWN_RESEARCH
|
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
|
/obj/item/integrated_circuit/insert_slot/beaker_holder
|
||||||
name = "beaker holder"
|
name = "beaker holder"
|
||||||
@@ -67,4 +67,4 @@
|
|||||||
capacity = 1
|
capacity = 1
|
||||||
allowed_types = list(/obj/item/reagent_containers/glass/beaker)
|
allowed_types = list(/obj/item/reagent_containers/glass/beaker)
|
||||||
spawn_flags = IC_SPAWN_DEFAULT|IC_SPAWN_RESEARCH
|
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
|
flags = OPENCONTAINER | NOREACT
|
||||||
complexity = 8
|
complexity = 8
|
||||||
spawn_flags = IC_SPAWN_RESEARCH
|
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
|
/obj/item/integrated_circuit/reagent/storage/big
|
||||||
name = "big reagent storage"
|
name = "big reagent storage"
|
||||||
|
|||||||
@@ -245,7 +245,7 @@
|
|||||||
name = "subspace wavelength analyzer"
|
name = "subspace wavelength analyzer"
|
||||||
icon_state = "wavelength_analyzer"
|
icon_state = "wavelength_analyzer"
|
||||||
desc = "A sophisticated analyzer capable of analyzing cryptic subspace wavelengths."
|
desc = "A sophisticated analyzer capable of analyzing cryptic subspace wavelengths."
|
||||||
origin_tech = list(TECH_DATA = 3, TECH_MAGNETS = 4, TECH_MATERIAL = 4, TECH_BLUESPACE = 2)
|
origin_tech = list(TECH_DATA = 3, TECH_MAGNET = 4, TECH_MATERIAL = 4, TECH_BLUESPACE = 2)
|
||||||
matter = list(DEFAULT_WALL_MATERIAL = 30, MATERIAL_GLASS = 10)
|
matter = list(DEFAULT_WALL_MATERIAL = 30, MATERIAL_GLASS = 10)
|
||||||
|
|
||||||
/obj/item/stock_parts/subspace/crystal
|
/obj/item/stock_parts/subspace/crystal
|
||||||
|
|||||||
6
html/changelogs/fix_origin_tech.yml
Normal file
6
html/changelogs/fix_origin_tech.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
author: mikomyazaki
|
||||||
|
|
||||||
|
delete-after: True
|
||||||
|
|
||||||
|
changes:
|
||||||
|
- bugfix: "Fixed all items with invalid origin_techs, which would cause the RnD computer to break when putting them in the Destructive Analyzer."
|
||||||
Reference in New Issue
Block a user