[MIRROR] optimizes transfer (#12211)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-05 02:18:24 +01:00
committed by GitHub
co-authored by Kashargul Cameron Lennox
parent 9668392359
commit 61aa2b94be
35 changed files with 141 additions and 95 deletions
+1 -1
View File
@@ -267,7 +267,7 @@
if(gargoyle.adminbus_trash || is_type_in_list(W, GLOB.edible_trash) && W.trash_eatable && !is_type_in_list(W, GLOB.item_vore_blacklist))
to_chat(user, span_warning("You slip [W] into [gargoyle]'s [lowertext(gargoyle.vore_selected.name)] ."))
user.drop_item()
W.forceMove(gargoyle.vore_selected)
gargoyle.vore_selected.nom_atom(W)
return
else if(!(W.flags & NOBLUDGEON))
user.setClickCooldown(user.get_attack_speed(W))