Hivenet aug transmit fix (#19401)

Hivenet aug transmit fix.


![image](https://github.com/Aurorastation/Aurora.3/assets/107256943/1023e662-f906-4e9f-b71b-ed67616178fb)
currently on master transmitting is broken


![image](https://github.com/Aurorastation/Aurora.3/assets/107256943/7d8e6470-08ef-4eb6-83b6-f967a1e32547)
with this PR it is fixed

Co-authored-by: DreamySkrell <>
This commit is contained in:
DreamySkrell
2024-06-10 11:52:13 +00:00
committed by GitHub
co-authored by DreamySkrell <>
parent e9d28d8d46
commit 9b2dea84b7
2 changed files with 9 additions and 1 deletions
@@ -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()