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

You can now handcuff a lying mob #5640

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

Shadowtail117
Copy link
Contributor

About The Pull Request

You can now apply handcuffs on a mob that is lying down. This can be because they are intentionally lying down, because they collapsed from being magdumped by shitsec, etc.etc.

Why It's Good For The Game

This should ideally make it easier for security to arrest someone after the fight is over. Currently, even when someone is lying down and in painshock they can still mash resist to stop you from getting a grab on them, which means you have to keep tasing them until they pass out. That is probably not ideal, so this makes it much easier to handcuff a downed suspect (and also makes high-risk arrests a little easier to pull off).

Changelog

🆑
add: You can now handcuff someone who is lying down without needing to grab them first.
/:cl:

@github-actions github-actions bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 20, 2023
@@ -46,6 +46,8 @@
/obj/item/handcuffs/proc/can_place(var/mob/target, var/mob/user)
if(user == target)
return 1
if(target.lying) //Mobs that are lying down can be handcuffed without needing to grab them, to make arrests a little easier

This comment was marked as outdated.

@silicons silicons merged commit da23942 into Citadel-Station-13:master Jun 22, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants