Non-abductors can yet again NOT use abductor batons (#91418)

## About The Pull Request
Title. A proc returned TRUE instead of FALSE.

## Why It's Good For The Game
Easy fix.
This commit is contained in:
Ghom
2025-06-15 15:52:44 -04:00
committed by Roxy
parent 70262cbe33
commit be70f42e8e
@@ -379,7 +379,7 @@ Return to step 11 of normal process."}
/obj/item/melee/baton/abductor/can_baton(mob/living/target, mob/living/user)
if(!AbductorCheck(user))
return TRUE
return FALSE
return ..()
/obj/item/melee/baton/abductor/baton_effect(mob/living/target, mob/living/user, modifiers, stun_override)