From 6edc1c4ea5c26495c077ccd2aec69503714d15fa Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 10 Jan 2018 13:02:19 -0500 Subject: [PATCH] Fixes toolarm grammar --- code/modules/surgery/organs/augments_arms.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/organs/augments_arms.dm b/code/modules/surgery/organs/augments_arms.dm index a90923e58fa..8b48989c3f1 100644 --- a/code/modules/surgery/organs/augments_arms.dm +++ b/code/modules/surgery/organs/augments_arms.dm @@ -110,7 +110,7 @@ var/result = (zone == "r_arm" ? owner.put_in_r_hand(holder) : owner.put_in_l_hand(holder)) if(!result) - to_chat(owner, "Your [src] fails to activate!") + to_chat(owner, "Your [name] fails to activate!") return // Activate the hand that now holds our item.