From 6b765b4ad0f59ca5965e7a363b0bbf1baf23c920 Mon Sep 17 00:00:00 2001 From: Citinited Date: Sat, 13 Jan 2018 17:47:08 +0000 Subject: [PATCH] Removed spaces from span class = '' --- code/game/objects/items/toys.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index ffa71c037c8..2c23c6ae2b0 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -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("[user] plays with [src].", "You [playverb].") + user.visible_message("[user] plays with [src].", "You [playverb].") lastused = world.time /*