Fixes the misplaced quote

Does not fix: How tired I am
This commit is contained in:
Crazylemon
2015-09-30 08:05:34 -07:00
parent d925ee8a10
commit aaaaa14ae8
@@ -73,7 +73,7 @@
if(buckled_mob)
user_unbuckle_mob(user)
else
user.visible_message("<span class='notice'>[user] collapses \the [src.name]."</span>, "<span class='notice'>You collapse \the [src.name].</span>")
user.visible_message("<span class='notice'>[user] collapses \the [src.name].</span>", "<span class='notice'>You collapse \the [src.name].</span>")
new/obj/item/roller(get_turf(src))
qdel(src)
return