diff --git a/Resources/Changelog/Parts/changelog.yml b/Resources/Changelog/Parts/changelog.yml new file mode 100644 index 0000000000..9305557638 --- /dev/null +++ b/Resources/Changelog/Parts/changelog.yml @@ -0,0 +1,4 @@ +author: Swept +changes: + - type: Fix # One of the following: Add, Remove, Tweak, Fix + message: Fixes AME controller's physics diff --git a/Resources/Prototypes/Entities/Constructible/Power/Engines/AME/controller.yml b/Resources/Prototypes/Entities/Constructible/Power/Engines/AME/controller.yml index 34a85b5ad2..ef85ffa558 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/Engines/AME/controller.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/Engines/AME/controller.yml @@ -16,15 +16,14 @@ !type:PhysShapeAabb bounds: "-0.45, -0.45, 0.45, 0.45" mass: 25 - layer: - - Opaque - - Impassable - - VaultImpassable - - SmallImpassable mask: - Impassable - VaultImpassable - SmallImpassable + layer: + - Opaque + - MobImpassable + - SmallImpassable - type: Damageable resistances: metallicResistances - type: Destructible @@ -72,3 +71,16 @@ components: - type: Physics bodyType: Dynamic + fixtures: + - shape: + !type:PhysShapeAabb + bounds: "-0.45, -0.45, 0.45, 0.45" + mass: 25 + mask: + - Impassable + - VaultImpassable + - SmallImpassable + layer: + - Opaque + - MobImpassable + - SmallImpassable