From 293053d4e711d5d3bda16e3c36e295766085da0a Mon Sep 17 00:00:00 2001 From: Ermucat Date: Sun, 29 Jun 2025 13:58:38 -0400 Subject: [PATCH] Adds kick whitelist (#1493) * kick whitelist * well shit --- .../_CP14/Entities/Actions/Spells/Athletic/kick.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Athletic/kick.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Athletic/kick.yml index 41629aabc8..5d2443c832 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Athletic/kick.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Athletic/kick.yml @@ -46,6 +46,11 @@ distanceThreshold: 1.5 breakOnMove: false breakOnDamage: false + whitelist: + components: + - Body + - Item + - Anchorable - type: entity id: CP14DustEffectKickSound @@ -57,4 +62,4 @@ sound: !type:SoundPathSpecifier path: /Audio/Effects/hit_kick.ogg params: - pitch: 1 \ No newline at end of file + pitch: 1