Skip to content

Commit

Permalink
removes krav maga grab_act (#10390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takahiru committed Nov 12, 2020
1 parent fac0932 commit 66affa3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/datums/martial/krav_maga.dm
Expand Up @@ -117,12 +117,6 @@
log_combat(A, D, "neck chopped")
return 1

/datum/martial_art/krav_maga/grab_act(var/mob/living/carbon/human/A, var/mob/living/carbon/human/D)
if(check_streak(A,D))
return 1
log_combat(A, D, "grabbed (Krav Maga)")
..()

/datum/martial_art/krav_maga/harm_act(var/mob/living/carbon/human/A, var/mob/living/carbon/human/D)
if(check_streak(A,D))
return 1
Expand Down

0 comments on commit 66affa3

Please sign in to comment.