Makes the solar control computer accessible by adding the board to the lathe (#4869)
* Makes the solar control computer accessible by adding the board to the lathe * Adjust solar panel collision to not be insanely big
This commit is contained in:
@@ -243,6 +243,7 @@
|
||||
- APCElectronics
|
||||
- CloningPodMachineCircuitboard
|
||||
- MedicalScannerMachineCircuitboard
|
||||
- SolarControlComputerCircuitboard
|
||||
|
||||
# Basic Parts Technology Tree
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
- type: entity
|
||||
parent: BaseComputerCircuitboard
|
||||
id: SolarControlComputerCircuitboard
|
||||
name: solar control board
|
||||
name: solar control computer board
|
||||
components:
|
||||
- type: ComputerBoard
|
||||
prototype: ComputerSolarControl
|
||||
|
||||
@@ -174,6 +174,7 @@
|
||||
- APCElectronics
|
||||
- CloningPodMachineCircuitboard
|
||||
- MedicalScannerMachineCircuitboard
|
||||
- SolarControlComputerCircuitboard
|
||||
- Bucket
|
||||
- MopItem
|
||||
- SprayBottle
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
bodyType: Static
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb {}
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.45,-0.1,0.45,0.1"
|
||||
mass: 100
|
||||
mask:
|
||||
- Impassable
|
||||
|
||||
@@ -42,3 +42,13 @@
|
||||
materials:
|
||||
Steel: 100
|
||||
Glass: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: SolarControlComputerCircuitboard
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
result: SolarControlComputerCircuitboard
|
||||
completetime: 1000
|
||||
materials:
|
||||
Steel: 100
|
||||
Glass: 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user