diff --git a/code/modules/mob/living/carbon/human/human_powers.dm b/code/modules/mob/living/carbon/human/human_powers.dm index 16f4d61657c..aa92bf10241 100644 --- a/code/modules/mob/living/carbon/human/human_powers.dm +++ b/code/modules/mob/living/carbon/human/human_powers.dm @@ -2226,8 +2226,9 @@ var/message = input("What message do you wish to transmit?","Choose a message") as null|anything in messages if(!message) return + V.transmitting = TRUE - say(",9[message]") + say("[message]", GLOB.all_languages[LANGUAGE_VAURCA]) V.transmitting = FALSE /mob/living/carbon/human/proc/hivenet_manifest() diff --git a/html/changelogs/DreamySkrell-hivenet-aug-fix.yml b/html/changelogs/DreamySkrell-hivenet-aug-fix.yml new file mode 100644 index 00000000000..9dc3ed326db --- /dev/null +++ b/html/changelogs/DreamySkrell-hivenet-aug-fix.yml @@ -0,0 +1,7 @@ + +author: DreamySkrell + +delete-after: True + +changes: + - bugfix: "Hivenet aug transmit fix."