Hivenet aug messages tweaks (#19404)

changes:
  - rscadd: "Hivenet aug preset messages tweaks and additions."

---------

Co-authored-by: DreamySkrell <>
This commit is contained in:
DreamySkrell
2024-06-13 00:05:20 +00:00
committed by GitHub
co-authored by DreamySkrell <>
parent ebc85c5b51
commit 1dc031c225
4 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -338,7 +338,7 @@
if(istype(V))
if(!V.transmitting || V.disrupted || V.muted)
to_chat(speaker, SPAN_WARNING("Your implant cannot transmit over the Hivenet!"))
to_chat(speaker, SPAN_WARNING("Your implant cannot freely transmit over the Hivenet!"))
return FALSE
else
return TRUE
@@ -2199,17 +2199,22 @@
var/obj/item/organ/internal/augment/language/vekatak/V = src.internal_organs_by_name[BP_AUG_LANGUAGE]
var/list/messages = list(
"I remain operational.",
"I am operational.",
"I am on standby.",
"Message received.",
"Positive.",
"Negative.",
"Uncertain.",
"I do not understand.",
"Order completed.",
"Cannot complete order.",
"I am on standby.",
"Minor damage registered.",
"Damage registered",
"Critical damage registered",
"Assistance required at my location.",
"Hostiles sighted at my location.",
"Location clear of threats."
"Threat sighted at my location.",
"Location clear of threats.",
"Praise the Queens.",
)
if(src.stat != CONSCIOUS)
to_chat(src, SPAN_WARNING("You are in no state to do that!"))