Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handcuffs/Zipties #6347

Closed
3 tasks done
Skatuk opened this issue May 28, 2024 · 2 comments · Fixed by #6960
Closed
3 tasks done

Handcuffs/Zipties #6347

Skatuk opened this issue May 28, 2024 · 2 comments · Fixed by #6960
Labels
Bug Admin events aren't bugs Confirmed Bug We have the same at home! Good First Issue Good for newcomers

Comments

@Skatuk
Copy link

Skatuk commented May 28, 2024

Testmerges

#5957 #6163 #6188 #6225 #6039

Round ID

No response

Description of the bug

If your cuffed by handcuffs or zipties and placed onto a bed you can't unbuckle yourself

What's the difference with what should have happened?

You should be able to unbuckle yourself

How do we reproduce this bug?

1.Get cuffed
2.Get dragged into a bed while cuffed
3.Press resist
4. Watch as a red circle appears above your head for about 10 seconds and dissapears.

Issue Bingo

@Skatuk Skatuk added the Bug Admin events aren't bugs label May 28, 2024
@vero5123
Copy link
Contributor

vero5123 commented Jun 4, 2024

It's because of the bitflag passed into the do after, getting your ass kicked by mps and then buckled to a bed applies a floored trait and if the passed in bitflag contains the INTERRUPT_KNOCKED_DOWN interrupt then it will return false and stop the unbuckling.

@vero5123
Copy link
Contributor

vero5123 commented Jun 4, 2024

good first issue label would go well here.

@Huffie56 Huffie56 added Good First Issue Good for newcomers Confirmed Bug We have the same at home! labels Jun 10, 2024
github-merge-queue bot pushed a commit that referenced this issue Aug 18, 2024
# About the pull request

Fixes #6347 (interrupt_all
includes interrupt_knocked_down and you're considered knocked down when
lying down on bed, so you can't resist when bucklecuffed to bed atm)

# Explain why it's good for the game

Fixes #6347


# Testing Photographs and Procedure
Tested it on local, it worked
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: lets you resist when bucklecuffed to bed
/:cl:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Admin events aren't bugs Confirmed Bug We have the same at home! Good First Issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants