PullingController cooldown change (#29177)

* Revert "Automatic changelog update"

This reverts commit 3358aef40f2b5525ec15e6ce01533b4e8c2ddfc9.

* Revert "Revert "Automatic changelog update""

This reverts commit 3d0b6a7ade06ec555d4f6df3f39134b139e5247c.

* Removal of the throw cooldown as it felt sluggish and unresponsive before.
This commit is contained in:
Rouge2t7 2024-06-19 01:29:47 +01:00 committed by null
parent 10890df52d
commit b0f5f9a096
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
1 changed files with 0 additions and 4 deletions

View File

@ -127,10 +127,6 @@ public sealed class PullController : VirtualController
if (_container.IsEntityInContainer(player))
return false;
// Cooldown buddy
if (_timing.CurTime < pullerComp.NextThrow)
return false;
pullerComp.NextThrow = _timing.CurTime + pullerComp.ThrowCooldown;
// Cap the distance