From d221d17c425195ab6ce54cd955b2d25ec7c4cd9e Mon Sep 17 00:00:00 2001 From: vulppine Date: Tue, 23 Aug 2022 14:16:46 -0700 Subject: [PATCH] fixtures, baseitem parent for airsensorassembly --- .../Structures/Specific/Atmospherics/sensor.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml index 997156a309..b3d052bd9a 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml @@ -20,6 +20,16 @@ acts: ["Destruction"] - type: Physics canCollide: false + - type: Fixtures + fixtures: + - shape: + !type:PhysShapeAabb + bounds: "-0.25,-0.25,0.25,0.25" + mass: 5 + mask: + - ItemMask + restitution: 0.3 + friction: 0.2 - type: Clickable - type: InteractionOutline - type: ApcPowerReceiver @@ -61,6 +71,7 @@ - state: gsensor1 - type: entity + parent: BaseItem id: AirSensorAssembly name: air sensor assembly description: Air sensor assembly. An assembly of air sensors? @@ -68,8 +79,6 @@ - type: Item size: 10 - type: Anchorable - - type: Clickable - - type: InteractionOutline - type: Construction graph: AirSensor node: assembly