From ec7dbc1930a33b261e43ae432bf9bd95b17edf7f Mon Sep 17 00:00:00 2001 From: Anewbe Date: Wed, 5 Apr 2017 15:44:14 -0500 Subject: [PATCH] Renames the proc for headbutting --- code/modules/mob/mob_grab.dm | 2 +- code/modules/mob/mob_grab_specials.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/mob_grab.dm b/code/modules/mob/mob_grab.dm index bbddd4c07b..a2be896de0 100644 --- a/code/modules/mob/mob_grab.dm +++ b/code/modules/mob/mob_grab.dm @@ -322,7 +322,7 @@ if(hit_zone == O_EYES) attack_eye(affecting, assailant) else if(hit_zone == BP_HEAD) - headbut(affecting, assailant) + headbutt(affecting, assailant) else dislocate(affecting, assailant, hit_zone) diff --git a/code/modules/mob/mob_grab_specials.dm b/code/modules/mob/mob_grab_specials.dm index 735d35fe7c..82dae6e135 100644 --- a/code/modules/mob/mob_grab_specials.dm +++ b/code/modules/mob/mob_grab_specials.dm @@ -88,7 +88,7 @@ attack.handle_eye_attack(attacker, target) -/obj/item/weapon/grab/proc/headbut(mob/living/carbon/human/target, mob/living/carbon/human/attacker) +/obj/item/weapon/grab/proc/headbutt(mob/living/carbon/human/target, mob/living/carbon/human/attacker) if(!istype(attacker)) return if(target.lying)