From 5d4952782723f896f00988c71dbc4f7e5438c146 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Wed, 30 Jun 2021 11:35:08 +0200 Subject: [PATCH] Fixes for computer YAML. --- .../Prototypes/Entities/Constructible/Power/computers.yml | 5 +++-- Resources/Prototypes/Entities/Constructible/base.yml | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Constructible/Power/computers.yml b/Resources/Prototypes/Entities/Constructible/Power/computers.yml index d1fb21a4d7..9a53554a1d 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/computers.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/computers.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Constructible/base.yml b/Resources/Prototypes/Entities/Constructible/base.yml index 3c8d26064e..2df3e4b3e8 100644 --- a/Resources/Prototypes/Entities/Constructible/base.yml +++ b/Resources/Prototypes/Entities/Constructible/base.yml @@ -46,4 +46,3 @@ mask: - VaultImpassable - type: Anchorable - - type: Pullable