From 160eac4d6250c116c78e31a7cf49a95e1c4a8040 Mon Sep 17 00:00:00 2001 From: Moony Date: Fri, 22 Apr 2022 20:14:28 -0500 Subject: [PATCH] Fix PA and salvage magnet scuffedness. (#7690) --- Resources/Prototypes/Entities/Structures/Machines/salvage.yml | 2 ++ .../Structures/Power/Generation/PA/base_particleaccelerator.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/salvage.yml b/Resources/Prototypes/Entities/Structures/Machines/salvage.yml index 5ff3dbdf67..1535d6421c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/salvage.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/salvage.yml @@ -10,6 +10,8 @@ state: salvage-magnet # Ideally, there'd be lights indicating power usage and a big red lamp indicating loss - type: Rotatable + - type: Transform + noRot: false - type: SalvageMagnet offset: 0, -32 - type: ApcPowerReceiver diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/PA/base_particleaccelerator.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/PA/base_particleaccelerator.yml index 9307265797..236e4a4020 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/PA/base_particleaccelerator.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/PA/base_particleaccelerator.yml @@ -23,5 +23,6 @@ - VaultImpassable - type: Transform anchored: true + noRot: false - type: Pullable - type: Clickable