Skip to content

Commit

Permalink
[MIRROR] grabs no longer trigger krav maga [MDB IGNORE] (#663)
Browse files Browse the repository at this point in the history
* grabs no longer trigger krav maga (#79734)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Fikou <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2023
1 parent 28b90c0 commit 15a8cb1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/datums/martial/krav_maga.dm
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@
log_combat(attacker, defender, "neck chopped")
return TRUE

/datum/martial_art/krav_maga/grab_act(mob/living/attacker, mob/living/defender)
if(check_streak(attacker, defender))
return TRUE
log_combat(attacker, defender, "grabbed (Krav Maga)")
..()

/datum/martial_art/krav_maga/harm_act(mob/living/attacker, mob/living/defender)
if(check_streak(attacker, defender))
return TRUE
Expand Down

0 comments on commit 15a8cb1

Please sign in to comment.