mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
correct check
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
|
||||
///See if we can tackle or not. If we can, leap!
|
||||
/datum/component/tackler/proc/checkTackle(mob/living/carbon/user, atom/A, params)
|
||||
if(!user.in_throw_mode || user.get_active_held_item() || user.pulling || user.buckled || HAS_TRAIT(user, TRAIT_INCAPACITATED))
|
||||
if(!user.in_throw_mode || user.get_active_held_item() || user.pulling || user.buckled || user.incapacitated())
|
||||
return
|
||||
|
||||
if(!A || !(isturf(A) || isturf(A.loc)))
|
||||
|
||||
Reference in New Issue
Block a user