From 265337d93f21511c86972add3b757164db5414a6 Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:49:14 -0700 Subject: [PATCH] Change speed threshold for barefeet walking on glass shards and D4 (#26763) Allow walking over glass shards and D4 Co-authored-by: Plykiya --- Resources/Prototypes/Entities/Objects/Fun/dice.yml | 1 - Resources/Prototypes/Entities/Objects/Materials/shards.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/dice.yml b/Resources/Prototypes/Entities/Objects/Fun/dice.yml index 81a9c173c7..852a1c2699 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/dice.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/dice.yml @@ -120,7 +120,6 @@ - ItemMask - type: StepTrigger intersectRatio: 0.2 - requiredTriggeredSpeed: 0 - type: TriggerOnStepTrigger - type: ShoesRequiredStepTrigger - type: Slippery diff --git a/Resources/Prototypes/Entities/Objects/Materials/shards.yml b/Resources/Prototypes/Entities/Objects/Materials/shards.yml index f94f0a7e0e..621a3b1c38 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/shards.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/shards.yml @@ -63,7 +63,6 @@ acts: [ "Destruction" ] - type: StepTrigger intersectRatio: 0.2 - requiredTriggeredSpeed: 0 - type: ShoesRequiredStepTrigger - type: Slippery slipSound: -- 2.52.0