From ff6cd0043843207d11f8eb067e413940b734469e Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Mon, 28 Jun 2021 13:08:10 +0200 Subject: [PATCH] Fix spray puff and fire extinguisher cloud not moving. They were anchored and had the wrong body type... --- Resources/Changelog/Parts/spray.yml | 4 ++++ .../Prototypes/Entities/Objects/Misc/fire_extinguisher.yml | 2 +- .../Prototypes/Entities/Objects/Specific/Janitorial/spray.yml | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 Resources/Changelog/Parts/spray.yml diff --git a/Resources/Changelog/Parts/spray.yml b/Resources/Changelog/Parts/spray.yml new file mode 100644 index 0000000000..444be3dd4b --- /dev/null +++ b/Resources/Changelog/Parts/spray.yml @@ -0,0 +1,4 @@ +author: Zumorica +changes: + - type: Fix # One of the following: Add, Remove, Tweak, Fix + message: Fixes spray puff and fire extinguisher cloud not moving. diff --git a/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml b/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml index dcbe3d4fde..a024fba25d 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/fire_extinguisher.yml @@ -53,7 +53,7 @@ - state: extinguish map: [ "enum.VaporVisualLayers.Base" ] - type: Physics - bodyType: KinematicController + bodyType: Dynamic fixtures: - shape: !type:PhysShapeAabb diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml index 2226d60bbd..0bae25cef0 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml @@ -57,7 +57,6 @@ name: "vapor" abstract: true components: - - type: SnapGrid - type: SolutionContainer maxVol: 50 - type: Vapor @@ -69,7 +68,7 @@ - state: chempuff map: [ "enum.VaporVisualLayers.Base" ] - type: Physics - bodyType: KinematicController + bodyType: Dynamic fixtures: - shape: !type:PhysShapeAabb