mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #6425 from Sharkmare/patch-37
Lower cost of TTS in Loadout
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
/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.
|
||||
cost = 0 //Not extremely expensive, but it's useful for mute chracters. //CHOMPEDIT: 3 points is pretty high for a pure fluff piece, make it 0
|
||||
|
||||
/datum/gear/utility/communicator
|
||||
display_name = "communicator selection"
|
||||
|
||||
Reference in New Issue
Block a user