Merge pull request #34270 from tgstation/Cyberboss-patch-3

Fixes toolarm grammar
This commit is contained in:
Leo
2018-01-11 21:11:52 -02:00
committed by CitadelStationBot
parent e17ce47aad
commit 0985450524
+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.