From dfa71accba438759fcd561c64091f856fb030306 Mon Sep 17 00:00:00 2001 From: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:47:50 +0300 Subject: [PATCH] Make ``ShuttleGunBase`` child of ``BaseStructure`` (#35085) --- .../Entities/Structures/Shuttles/cannons.yml | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml b/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml index f8ae36d0dcd..08de9d4fa5e 100644 --- a/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml +++ b/Resources/Prototypes/Entities/Structures/Shuttles/cannons.yml @@ -1,39 +1,21 @@ - type: entity id: ShuttleGunBase + parent: BaseStructure name: shittle gun abstract: true - placement: - mode: SnapgridCenter components: - type: Appearance - - type: Clickable - type: InteractionOutline - type: Anchorable - - type: Pullable - type: Rotatable - - type: Physics - bodyType: Static - type: ContainerContainer - type: Gun selectedMode: SemiAuto availableModes: - SemiAuto - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.45,-0.45,0.45,0.45" - density: 450 - mask: - - MachineMask - layer: - - MachineLayer - type: Damageable damageContainer: StructuralInorganic damageModifierSet: Electronic - - type: Transform - anchored: true - type: DeviceNetwork deviceNetId: Wireless receiveFrequencyId: BasicDevice