mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
fix
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
if(A in DirectAccess())
|
if(A in DirectAccess())
|
||||||
if(W)
|
if(W)
|
||||||
. = W.melee_attack_chain(src, A, params)
|
. = W.melee_attack_chain(src, A, params)
|
||||||
return = !(. & DISCARD_LAST_ACTION)
|
return !(. & DISCARD_LAST_ACTION)
|
||||||
else
|
else
|
||||||
return UnarmedAttack(A)? TRUE : FALSE
|
return UnarmedAttack(A)? TRUE : FALSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user