Skip to content

Commit

Permalink
Merge pull request #5893 from wshuwshuwshi/TTS-Size-Change
Browse files Browse the repository at this point in the history
Makes TTS device 'Tiny' instead of small
  • Loading branch information
Trilbyspaceclone authored Dec 6, 2024
2 parents 740e04e + 1413682 commit 6662037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/text_to_speech.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/items/weapons/storage/wallets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6662037

Please sign in to comment.