diff --git a/code/modules/vore/fluffstuff/custom_items.dm b/code/modules/vore/fluffstuff/custom_items.dm index e42d45158db..757b2675699 100644 --- a/code/modules/vore/fluffstuff/custom_items.dm +++ b/code/modules/vore/fluffstuff/custom_items.dm @@ -985,6 +985,9 @@ if(!teleport_checks(target,user)) return //The checks proc can send them a message if it wants. + + if(user != target && !do_after(user, 5 SECONDS, target)) + return ready = FALSE update_icon()