Fixes toolarm grammar

This commit is contained in:
Jordan Brown
2018-01-10 13:02:19 -05:00
committed by GitHub
parent 17c45467da
commit 6edc1c4ea5
+1 -1
View File
@@ -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, "<span class='warning'>Your [src] fails to activate!</span>")
to_chat(owner, "<span class='warning'>Your [name] fails to activate!</span>")
return
// Activate the hand that now holds our item.