Merge pull request #4771 from Citadel-Station-13/upstream-merge-34270

[MIRROR] Fixes toolarm grammar
This commit is contained in:
deathride58
2018-01-12 00:41:32 +00:00
committed by GitHub
+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.