Stops you from grabbing someone if you are horizontal (#22563)

* Gotcha! Oh wait-

* Update code/modules/mob/living/living_defense.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* Works for now, oculd use a cleanup later

* Nice it works

* Contra review

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
DGamerL
2023-10-01 16:20:18 +01:00
committed by GitHub
co-authored by Contrabang
parent 2d76b2117f
commit ac385bdf5d
5 changed files with 14 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@
/datum/martial_art/drunk_brawling
name = "Drunken Brawling"
weight = 2
can_horizontally_grab = FALSE
/datum/martial_art/drunk_brawling/grab_act(mob/living/carbon/human/A, mob/living/carbon/human/D)
if(prob(70))