Merge pull request #5808 from Ragolution/master

CODERS HATE HIM: THIS TOTAL LOSER FIXES TYPOS
This commit is contained in:
Anewbe
2019-01-06 13:15:13 -05:00
committed by VirgoBot
parent a0cb0a347d
commit 7642ce76fa
+2 -2
View File
@@ -24,9 +24,9 @@
user.setClickCooldown(user.get_attack_speed(W))
if(W.attack_verb.len)
visible_message("<span class='warning'>\The [src] have been [pick(W.attack_verb)] with \the [W][(user ? " by [user]." : ".")]</span>")
visible_message("<span class='warning'>\The [src] has been [pick(W.attack_verb)] with \the [W][(user ? " by [user]." : ".")]</span>")
else
visible_message("<span class='warning'>\The [src] have been attacked with \the [W][(user ? " by [user]." : ".")]</span>")
visible_message("<span class='warning'>\The [src] has been attacked with \the [W][(user ? " by [user]." : ".")]</span>")
var/damage = W.force / 4.0