From aaa70a994b8bd98bc9289b160bc3c4fc2e8e4f21 Mon Sep 17 00:00:00 2001 From: Pete Goodfellow Date: Wed, 19 Jun 2013 17:11:04 +0100 Subject: [PATCH] Added slot_flags = SLOT_BELT --- code/game/objects/items/devices/taperecorder.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/devices/taperecorder.dm b/code/game/objects/items/devices/taperecorder.dm index c2cd4f1348d..724295a2b81 100644 --- a/code/game/objects/items/devices/taperecorder.dm +++ b/code/game/objects/items/devices/taperecorder.dm @@ -4,6 +4,7 @@ icon_state = "taperecorder_empty" item_state = "analyzer" w_class = 2 + slot_flags = SLOT_BELT m_amt = 60 g_amt = 30 flags = FPRINT | TABLEPASS | CONDUCT