mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user