From: Arendian <137322659+Arendian@users.noreply.github.com> Date: Wed, 17 Jan 2024 08:21:58 +0000 (+0100) Subject: Fix water gun and spray nozzle projectile collision (#24175) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f4727f2cf8d481037c21ee39febeb1e042490364;p=space-station-14.git Fix water gun and spray nozzle projectile collision (#24175) fix water gun and spray nozzle collision --- diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index cddbdc58cf..86f1f53939 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