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:
20kdc
2021-10-15 01:05:04 +01:00
committed by GitHub
parent 0d925fe907
commit 10dc8d78cf
5 changed files with 15 additions and 2 deletions

View File

@@ -243,6 +243,7 @@
- APCElectronics
- CloningPodMachineCircuitboard
- MedicalScannerMachineCircuitboard
- SolarControlComputerCircuitboard
# Basic Parts Technology Tree

View File

@@ -62,7 +62,7 @@
- type: entity
parent: BaseComputerCircuitboard
id: SolarControlComputerCircuitboard
name: solar control board
name: solar control computer board
components:
- type: ComputerBoard
prototype: ComputerSolarControl

View File

@@ -174,6 +174,7 @@
- APCElectronics
- CloningPodMachineCircuitboard
- MedicalScannerMachineCircuitboard
- SolarControlComputerCircuitboard
- Bucket
- MopItem
- SprayBottle

View File

@@ -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

View File

@@ -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