Fixes for computer YAML.

This commit is contained in:
Vera Aguilera Puerto
2021-06-30 11:35:08 +02:00
parent eacbb3a6d2
commit 5d49527827
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
- type: entity - type: entity
id: ComputerFrame id: ComputerFrame
parent: BaseConstructibleDynamic parent: BaseConstructible
name: computer frame name: computer frame
description: A computer under construction. It needs a circuit board. description: A computer under construction.
components: components:
- type: Physics - type: Physics
bodyType: Static bodyType: Static
@@ -20,6 +20,7 @@
- VaultImpassable - VaultImpassable
- type: InteractionOutline - type: InteractionOutline
- type: Rotatable - type: Rotatable
- type: Anchorable
- type: Construction - type: Construction
graph: computer graph: computer
node: frameUnsecured node: frameUnsecured

View File

@@ -46,4 +46,3 @@
mask: mask:
- VaultImpassable - VaultImpassable
- type: Anchorable - type: Anchorable
- type: Pullable