mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
prevent wireless transfer amount setting on reagent containers (#29493)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user