diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/bola.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/bola.yml index 88ed80b0683b..f3fa213b30c5 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/bola.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/bola.yml @@ -104,3 +104,9 @@ - ItemMask restitution: 0.3 friction: 0.2 + # CorvaxGoob start + - type: CombatDoAfter + trigger: !type:CombatDoAfterThrownEvent + delay: 5 + dropCancelDelay: 0.005 + # CorvaxGoob end