Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullonibus committed Jul 21, 2024
1 parent ee2fec7 commit 02d7a4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modular_ss220/text_to_speech/_tts.dme
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@
#include "code/base_seeds/objs/objs.dm"

#include "code/~undefs/~undefs.dm"

#include "code/holofix.dm"
5 changes: 5 additions & 0 deletions modular_ss220/text_to_speech/code/holofix.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/obj/machinery/hologram/holopad/activate_holo(mob/living/user, force)
. = ..()
var/obj/effect/overlay/holo_pad_hologram/hologram = .
var/datum/component/tts_component/user_tts = user.GetComponent(/datum/component/tts_component)
hologram.AddComponent(/datum/component/tts_component, user_tts.type)

0 comments on commit 02d7a4d

Please sign in to comment.