mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Hivenet aug transmit fix (#19401)
Hivenet aug transmit fix.  currently on master transmitting is broken  with this PR it is fixed Co-authored-by: DreamySkrell <>
This commit is contained in:
co-authored by
DreamySkrell <>
parent
e9d28d8d46
commit
9b2dea84b7
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user