Merge pull request #4771 from Citadel-Station-13/upstream-merge-34270
[MIRROR] Fixes toolarm grammar
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user