This commit is contained in:
silicons
2020-07-07 20:51:34 -07:00
parent 6ee63f66aa
commit 5246408622
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -269,7 +269,7 @@
proximity_flag is not currently passed to attack_hand, and is instead used
in human click code to allow glove touches only at melee range.
*/
/mob/proc/UnarmedAttackUnarmedAttack(atom/A, proximity, intent = a_intent, flags = NONE)
/mob/proc/UnarmedAttack(atom/A, proximity, intent = a_intent, flags = NONE)
if(ismob(A))
changeNext_move(CLICK_CD_MELEE)
+1 -1
View File
@@ -104,7 +104,7 @@
/*
Animals & All Unspecified
*/
/mob/living/UnarmedAttackUnarmedAttack(atom/A, proximity, intent = a_intent, flags = NONE)
/mob/living/UnarmedAttack(atom/A, proximity, intent = a_intent, flags = NONE)
A.attack_animal(src, intent, flags)
/atom/proc/attack_animal(mob/user)