From df6307fe66f71944c5b3d5ed1e683a2723953181 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:48:52 +0200 Subject: [PATCH] Allow more energy projectiles to hit holo creatures (#40782) * Allow more energy projectiles to hit holo creatures. * Disabler SMG --- .../Objects/Weapons/Guns/Projectiles/projectiles.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index 49b9989730..bc9f40f85a 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -211,8 +211,9 @@ bounds: "-0.15,-0.45,0.15,0.15" hard: false mask: - - Impassable - - BulletImpassable + - Opaque + - Impassable + - BulletImpassable fly-by: *flybyfixture - type: Ammo - type: Projectile @@ -289,6 +290,7 @@ bounds: "-0.15,-0.3,0.15,0.3" hard: false mask: + - Opaque - Impassable - BulletImpassable fly-by: *flybyfixture @@ -329,6 +331,7 @@ bounds: "-0.15,-0.3,0.15,0.3" hard: false mask: + - Opaque - Impassable - BulletImpassable fly-by: *flybyfixture @@ -408,6 +411,7 @@ bounds: "-0.2,-0.2,0.2,0.2" hard: false mask: + - Opaque - Impassable - BulletImpassable fly-by: *flybyfixture @@ -1141,6 +1145,7 @@ bounds: "-0.15,-0.3,0.15,0.3" hard: false mask: + - Opaque - Impassable - BulletImpassable fly-by: *flybyfixture -- 2.51.2