stop being annoying

This commit is contained in:
SandPoot
2023-08-26 20:47:16 -03:00
parent 776f20acfd
commit 3b5e2e5091
+1 -1
View File
@@ -674,7 +674,7 @@
var/atom/A = parent
update_actions()
for(var/mob/M in range(1, A))
if(M.active_storage == src)
if(M.active_storage == src && (M != user))
close(M)
/datum/component/storage/proc/signal_take_obj(datum/source, atom/movable/AM, new_loc, force = FALSE)