Skip to content

Commit

Permalink
Update modular_ss220/text_to_speech/code/tts_seed.dm
Browse files Browse the repository at this point in the history
Я что пробел прое.. пропустил? ну да ладно, исправлено

Co-authored-by: dj-34 <[email protected]>
  • Loading branch information
Lime-7 and dj-34 authored Oct 5, 2023
1 parent 1b75c8c commit 45fdf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/text_to_speech/code/tts_seed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
/datum/surgery_step/tune_vocal_cords/fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool, datum/surgery/surgery)
var/obj/item/organ/external/head/head = target.get_organ(target_zone)
user.visible_message("span_warning("[user]'s hand slips, tearing [target_vocal] in [target]'s throat with [tool]!"), \
"span_warning("Your hand slips, tearing [target_vocal] in [target]'s throat with [tool]!"))
"span_warning("Your hand slips, tearing [target_vocal] in [target]'s throat with [tool]!"))
target.tts_seed = SStts.get_random_seed(target)
target.apply_damage(10, BRUTE, head, sharp = TRUE)
return FALSE
Expand Down

0 comments on commit 45fdf0b

Please sign in to comment.