From 99e7957db067cfb3fafaae70822e2c19ba23a6db Mon Sep 17 00:00:00 2001 From: AndroidSFV Date: Tue, 29 Jul 2014 14:59:47 -0500 Subject: [PATCH] Fixes a minor span class in tape recorder --- code/game/objects/items/devices/taperecorder.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/taperecorder.dm b/code/game/objects/items/devices/taperecorder.dm index 7c54c3a434b..200c0a0a855 100644 --- a/code/game/objects/items/devices/taperecorder.dm +++ b/code/game/objects/items/devices/taperecorder.dm @@ -142,7 +142,7 @@ recording = 0 update_icon() else - usr << "" + usr << "The tape is full." /obj/item/device/taperecorder/verb/stop()