mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
no return
This commit is contained in:
@@ -127,7 +127,7 @@
|
|||||||
Animals & All Unspecified
|
Animals & All Unspecified
|
||||||
*/
|
*/
|
||||||
/mob/living/UnarmedAttack(atom/A, proximity, intent = a_intent, flags = NONE)
|
/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)
|
/atom/proc/attack_animal(mob/user)
|
||||||
SEND_SIGNAL(src, COMSIG_ATOM_ATTACK_ANIMAL, user)
|
SEND_SIGNAL(src, COMSIG_ATOM_ATTACK_ANIMAL, user)
|
||||||
@@ -266,7 +266,7 @@
|
|||||||
if(dextrous && !ismob(A))
|
if(dextrous && !ismob(A))
|
||||||
return ..()
|
return ..()
|
||||||
else
|
else
|
||||||
return AttackingTarget()
|
AttackingTarget()
|
||||||
|
|
||||||
/*
|
/*
|
||||||
New Players:
|
New Players:
|
||||||
|
|||||||
Reference in New Issue
Block a user