mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Hivenet aug messages tweaks (#19404)
changes: - rscadd: "Hivenet aug preset messages tweaks and additions." --------- Co-authored-by: DreamySkrell <>
This commit is contained in:
co-authored by
DreamySkrell <>
parent
ebc85c5b51
commit
1dc031c225
@@ -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!"))
|
||||
|
||||
Reference in New Issue
Block a user