From a584499aec58840531572959d58703d58bcb1ae1 Mon Sep 17 00:00:00 2001 From: ike709 Date: Fri, 12 Mar 2021 20:10:55 -0600 Subject: [PATCH] Significantly reduce the amount of bounce for thrown items (#3636) --- Resources/Prototypes/Entities/base_item.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/base_item.yml b/Resources/Prototypes/Entities/base_item.yml index 57a03f5c92..e10b26c023 100644 --- a/Resources/Prototypes/Entities/base_item.yml +++ b/Resources/Prototypes/Entities/base_item.yml @@ -24,7 +24,7 @@ mask: - Impassable - SmallImpassable - restitution: 0.8 # We want them items B O U N C Y + restitution: 0.3 # We want them items B O U N C Y # No we don't friction: 0.2 - type: Sprite drawdepth: Items