From 8f9abfd63ad30a290e4a347450235cbb07a76c09 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sun, 26 Jul 2020 17:30:20 -0700 Subject: [PATCH] no return --- code/_onclick/other_mobs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/_onclick/other_mobs.dm b/code/_onclick/other_mobs.dm index 008dd06d1e..6cbcd4dbb0 100644 --- a/code/_onclick/other_mobs.dm +++ b/code/_onclick/other_mobs.dm @@ -127,7 +127,7 @@ Animals & All Unspecified */ /mob/living/UnarmedAttack(atom/A, proximity, intent = a_intent, flags = NONE) - return !isnull(A.attack_animal(src, intent, flags)) + A.attack_animal(src, intent, flags) /atom/proc/attack_animal(mob/user) SEND_SIGNAL(src, COMSIG_ATOM_ATTACK_ANIMAL, user) @@ -266,7 +266,7 @@ if(dextrous && !ismob(A)) return ..() else - return AttackingTarget() + AttackingTarget() /* New Players: