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