From f29bb9215be333d30762327a5578a4a7c7f193f7 Mon Sep 17 00:00:00 2001 From: Arendian <137322659+Arendian@users.noreply.github.com> Date: Wed, 17 Jan 2024 06:21:24 +0100 Subject: [PATCH] Fix water guns and spray nozzles shooting through glass airlocks. --- .../Objects/Weapons/Guns/Projectiles/projectiles.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index cddbdc58cf6df8..86f1f53939e02d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -754,14 +754,16 @@ maxVol: 50 - type: Fixtures fixtures: - fix1: + projectile: shape: !type:PhysShapeAabb bounds: "-0.10,-0.30,0.10,0.15" hard: false mask: - - FullTileMask - - Opaque + - Impassable + - BulletImpassable + - type: CanPenetrate + penetrationLayer: MobLayer - type: Vapor active: true - type: Appearance