Removed spaces from span class = ''

This commit is contained in:
Citinited
2018-01-13 17:47:08 +00:00
parent ad4c8b3178
commit 6b765b4ad0
+1 -1
View File
@@ -120,7 +120,7 @@
if(world.time - lastused < CLICK_CD_MELEE)
return
var/playverb = pick("bat [src]", "tug on [src]'s string", "play with [src]")
user.visible_message("<span class = 'notice'>[user] plays with [src].</span>", "<span class = 'notice'>You [playverb].</span>")
user.visible_message("<span class='notice'>[user] plays with [src].</span>", "<span class='notice'>You [playverb].</span>")
lastused = world.time
/*