diff --git a/code/modules/reagents/reagent_containers.dm b/code/modules/reagents/reagent_containers.dm index 75ba6ad1f63..7024c7bbb68 100644 --- a/code/modules/reagents/reagent_containers.dm +++ b/code/modules/reagents/reagent_containers.dm @@ -36,7 +36,7 @@ if(!length(possible_transfer_amounts)) // Nothing to configure. return FALSE - return TRUE + return is_valid_interaction(user) /obj/item/reagent_containers/proc/is_valid_interaction(mob/user) if(isrobot(user) && src.loc == user)