mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user