Fixes missing period.

This commit is contained in:
Neerti
2017-09-10 00:12:54 -04:00
committed by GitHub
parent 5c8140ee0b
commit 90c0193daf
@@ -75,5 +75,5 @@
user << "<span class='notice'>You are teleported to \the [A].</span>"
uses--
if(uses <= 0)
user << "<span class='danger'>\The [src] has ran out of uses, and disintegrates from your hands</span>"
qdel(src)
user << "<span class='danger'>\The [src] has ran out of uses, and disintegrates from your hands.</span>"
qdel(src)