diff --git a/code/game/objects/items/devices/text_to_speech.dm b/code/game/objects/items/devices/text_to_speech.dm index 4ef092b4f72..778d1f0577f 100644 --- a/code/game/objects/items/devices/text_to_speech.dm +++ b/code/game/objects/items/devices/text_to_speech.dm @@ -3,7 +3,7 @@ desc = "A device that speaks an inputted message. Given to crew which can not speak properly or at all." icon = 'icons/obj/device.dmi' icon_state = "ttsdevice" - w_class = ITEM_SIZE_SMALL + w_class = ITEM_SIZE_TINY var/named /obj/item/device/text_to_speech/attack_self(mob/user as mob) diff --git a/code/game/objects/items/weapons/storage/wallets.dm b/code/game/objects/items/weapons/storage/wallets.dm index 64abb20e937..498da63f585 100644 --- a/code/game/objects/items/weapons/storage/wallets.dm +++ b/code/game/objects/items/weapons/storage/wallets.dm @@ -34,6 +34,7 @@ /obj/item/genetics/sample, /obj/item/genetics/mut_injector, /obj/item/stamp, + /obj/item/device/text_to_speech, // All these anomalies should be small in size enough to be able to fit inside a wallet. /obj/item/oddity/common/old_id, // ID's fit /obj/item/oddity/common/lighter, // Zippos fit