mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Renames the proc for headbutting
This commit is contained in:
@@ -322,7 +322,7 @@
|
|||||||
if(hit_zone == O_EYES)
|
if(hit_zone == O_EYES)
|
||||||
attack_eye(affecting, assailant)
|
attack_eye(affecting, assailant)
|
||||||
else if(hit_zone == BP_HEAD)
|
else if(hit_zone == BP_HEAD)
|
||||||
headbut(affecting, assailant)
|
headbutt(affecting, assailant)
|
||||||
else
|
else
|
||||||
dislocate(affecting, assailant, hit_zone)
|
dislocate(affecting, assailant, hit_zone)
|
||||||
|
|
||||||
|
|||||||
@@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
attack.handle_eye_attack(attacker, target)
|
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))
|
if(!istype(attacker))
|
||||||
return
|
return
|
||||||
if(target.lying)
|
if(target.lying)
|
||||||
|
|||||||
Reference in New Issue
Block a user