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

View File

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