-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fake handcuffs no longer apply click cooldown on resist (#2159)
* Fake handcuffs no longer apply click cooldown on resist (#82828) ## About The Pull Request Fake handcuffs/zipties do not apply a click cooldown upon resisting. I'm not super happy with the solution to this (adding another item-level var) but I told myself I'd fix this, and wasn't about to give up after my handcuff-level solution didn't work. Which calls into question -- Why does the breakout proc use item typecasting over the restraint type? Is this necessary for anything to function? I was too afraid to change it and accidentally break something else. ## Why It's Good For The Game Closes #82711. Makes fake handcuffs a properly harmless joke item. ## Changelog :cl: Rhials fix: Fake handcuffs/Zipties no longer block clicks for a few seconds after being resisted out of. /:cl: * Fake handcuffs no longer apply click cooldown on resist --------- Co-authored-by: Rhials <[email protected]>
- Loading branch information
1 parent
1264fdb
commit 2c3f7a3
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters