Skip to content

Commit

Permalink
Fix runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Nov 5, 2024
1 parent c9dc886 commit ddbd94f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modular_ss220/text_to_speech/code/obj/hologram.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/obj/machinery/hologram/holopad/activate_holo(mob/living/user, force)
. = ..()
if(!.)
return
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 ddbd94f

Please sign in to comment.