From efad7b8dbbe018539f30c3fabfa51aff8e4a8719 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Sun, 20 Jun 2021 18:20:46 +0200 Subject: [PATCH] Fix BaseConstructible and BaseConstructibleDynamic to use the new entity anchoring --- .../Constructible/Piping/Atmospherics/gas_canisters.yml | 1 - Resources/Prototypes/Entities/Constructible/base.yml | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Constructible/Piping/Atmospherics/gas_canisters.yml b/Resources/Prototypes/Entities/Constructible/Piping/Atmospherics/gas_canisters.yml index 02a588c3d5..f16535ecc9 100644 --- a/Resources/Prototypes/Entities/Constructible/Piping/Atmospherics/gas_canisters.yml +++ b/Resources/Prototypes/Entities/Constructible/Piping/Atmospherics/gas_canisters.yml @@ -6,7 +6,6 @@ parent: BaseConstructibleDynamic components: - type: InteractionOutline - - type: SnapGrid - type: Sprite netsync: false sprite: Constructible/Atmos/canister.rsi diff --git a/Resources/Prototypes/Entities/Constructible/base.yml b/Resources/Prototypes/Entities/Constructible/base.yml index a1e8c5a0ab..3c8d26064e 100644 --- a/Resources/Prototypes/Entities/Constructible/base.yml +++ b/Resources/Prototypes/Entities/Constructible/base.yml @@ -4,7 +4,8 @@ placement: mode: SnapgridCenter components: - - type: SnapGrid + - type: Transform + anchored: true - type: Clickable - type: Physics bodyType: Static @@ -30,6 +31,8 @@ # - type: DamageOnHighSpeedImpact # - type: TileFrictionModifier # modifier: 0.5 + - type: Transform + anchored: false - type: Clickable - type: Physics bodyType: Dynamic