diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 837e15638b..fab124a0da 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -121,6 +121,7 @@ - LightReplacer - TrashBag - PowerCellSmall + - PowerCellMedium - VehicleWheelchairFolded - RollerBedSpawnFolded - CheapRollerBedSpawnFolded @@ -275,7 +276,6 @@ - SignalTrigger - VoiceTrigger - Igniter - - PowerCellMedium - PowerCellMicroreactor - PowerCellHigh - WeaponPistolCHIMP diff --git a/Resources/Prototypes/Research/biochemical.yml b/Resources/Prototypes/Research/biochemical.yml index 7dcbcea4a0..c48e457e15 100644 --- a/Resources/Prototypes/Research/biochemical.yml +++ b/Resources/Prototypes/Research/biochemical.yml @@ -61,18 +61,20 @@ - BorgModuleDiagnosis - BorgModuleDefibrillator -- type: technology - id: Virology - name: research-technology-virology - icon: - sprite: Structures/Machines/diagnoser.rsi - state: icon - discipline: Biochemical - tier: 1 - cost: 5000 - recipeUnlocks: - - VaccinatorMachineCircuitboard - - DiagnoserMachineCircuitboard +# doesn't do anything right now +# +#- type: technology +# id: Virology +# name: research-technology-virology +# icon: +# sprite: Structures/Machines/diagnoser.rsi +# state: icon +# discipline: Biochemical +# tier: 1 +# cost: 5000 +# recipeUnlocks: +# - VaccinatorMachineCircuitboard +# - DiagnoserMachineCircuitboard # Tier 2 diff --git a/Resources/Prototypes/Research/industrial.yml b/Resources/Prototypes/Research/industrial.yml index ed649ad2ba..fcaea6e9ac 100644 --- a/Resources/Prototypes/Research/industrial.yml +++ b/Resources/Prototypes/Research/industrial.yml @@ -21,12 +21,12 @@ name: research-technology-advanced-powercells icon: sprite: Objects/Power/power_cells.rsi - state: medium + state: high discipline: Industrial tier: 1 cost: 5000 recipeUnlocks: - - PowerCellMedium + - PowerCellHigh - type: technology id: CompactPower @@ -151,20 +151,6 @@ - HolofanProjector - PortableScrubberMachineCircuitBoard -- type: technology - id: SuperPowercells - name: research-technology-super-powercells - icon: - sprite: Objects/Power/power_cells.rsi - state: high - discipline: Industrial - tier: 2 - cost: 7500 - recipeUnlocks: - - PowerCellHigh - technologyPrerequisites: - - AdvancedPowercells - - type: technology id: AdvancedToolsTechnology name: research-technology-advanced-tools @@ -209,4 +195,4 @@ recipeUnlocks: - PowerCellMicroreactor technologyPrerequisites: - - SuperPowercells + - AdvancedPowercells