fixes ellipsis

This commit is contained in:
bgobandit
2015-08-28 14:22:29 -04:00
parent 607170a9ef
commit 1e57cc6845
+1 -1
View File
@@ -26,7 +26,7 @@
return
if(!istype(M, /mob/living/carbon) && !istype(M, /mob/living/simple_animal))
user << "<span class='danger'>You don't know how to apply \the [src] to [M]</span>..."
user << "<span class='danger'>You don't know how to apply \the [src] to [M]!</span>"
return 1
if(!user.IsAdvancedToolUser())