[MIRROR] Adds an animation when placing objects on tables (#10616)

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-10 01:29:00 -07:00
committed by GitHub
parent 8be5b7ea10
commit 043e0ab2b9
3 changed files with 39 additions and 0 deletions

View File

@@ -158,6 +158,7 @@
// Placing stuff on tables
if(user.unEquip(W, 0, src.loc) && user.client?.prefs?.read_preference(/datum/preference/toggle/precision_placement))
W.do_drop_animation(user)
auto_align(W, click_parameters)
return 1