Borg inducer can charge again (#93096)

## About The Pull Request

pr #91123 kinda broke borg inducers with overriding interaction proc

## Why It's Good For The Game

because before borg inducer was literally bricked

## Changelog

🆑
fix: Borg inducer can charge again
/🆑
This commit is contained in:
Aliceee2ch
2025-09-24 22:41:59 +02:00
committed by GitHub
parent 00ff07077a
commit c86c856b6d
+1
View File
@@ -267,6 +267,7 @@
return NONE
/obj/item/inducer/cyborg/interact_with_atom(atom/movable/interacting_with, mob/living/user, list/modifiers)
. = ..()
if(iscyborg(user) && iscyborg(interacting_with))
balloon_alert(user, "can't charge this!")
return ITEM_INTERACT_FAILURE