Fixes tongs clack message (#89073)

Co-authored-by: gleypi <gleypi>
This commit is contained in:
gleypi
2025-01-16 14:11:01 +00:00
committed by GitHub
co-authored by gleypi <gleypi>
parent a21a3b0425
commit 9c215e43d5
+1 -1
View File
@@ -40,7 +40,7 @@
return TRUE
if (!COOLDOWN_FINISHED(src, clack_cooldown))
return TRUE
user.visible_message(span_notice("[user] clacks [user.p_their()] [src] together like a crab. Click clack!"))
user.visible_message(span_notice("[user] clacks [user.p_their()] [name] together like a crab. Click clack!"))
click_clack()
return TRUE