mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Loadout Text-To-Speech device. (#4697)
* TTS Device * Makes it a proper /device * boop * to_chat and message change
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
display_name = "clipboard"
|
||||
path = /obj/item/weapon/clipboard
|
||||
|
||||
/datum/gear/utility/tts_device
|
||||
display_name = "text to speech device"
|
||||
path = /obj/item/device/text_to_speech
|
||||
cost = 3 //Not extremely expensive, but it's useful for mute chracters.
|
||||
|
||||
/datum/gear/utility/communicator
|
||||
display_name = "communicator selection"
|
||||
path = /obj/item/device/communicator
|
||||
@@ -29,7 +34,7 @@
|
||||
display_name = "the traveler's guide to vir"
|
||||
path = /obj/item/weapon/book/codex/lore/vir
|
||||
cost = 0
|
||||
|
||||
|
||||
/datum/gear/utility/news
|
||||
display_name = "daedalus pocket newscaster"
|
||||
path = /obj/item/weapon/book/codex/lore/news
|
||||
|
||||
Reference in New Issue
Block a user