mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
applications of phoron: telecomms, SMESs (#22966)
- Represents phoron lore in telecomms stock part descriptions - Represents phoron lore in SMES unit sprites/descriptions - Adds a phoron-free cryogenic alternative to phoronic SMES units - Replaces all instances of quantum mechanics being used for FTL Comms with Bluespace (eg. the Quantum Relay -> Bluespace Relay) Does not map the cryo SMES in anywhere, but use-cases would be Einstein Engines, EE-supported factions, and less affluent indie groups some basic recolouring: <img width="333" height="107" alt="resprite1" src="https://github.com/user-attachments/assets/8961274a-39bc-4523-8e11-9daadc652be7" /> <img width="559" height="106" alt="resprite2" src="https://github.com/user-attachments/assets/3afefe66-5487-41f1-bbd7-59ea1bb37b40" />
This commit is contained in:
+2
-2
@@ -138,7 +138,7 @@
|
||||
if(centcomm_message_cooldown)
|
||||
to_chat(usr, SPAN_WARNING("Arrays recycling. Please stand by."))
|
||||
return TRUE
|
||||
var/input = sanitize(tgui_input_text(usr, "Please choose a message to transmit to \[ABNORMAL ROUTING CORDINATES\] via quantum entanglement.", "Emergency M&#e55sage", multiline = TRUE, encode = FALSE))
|
||||
var/input = sanitize(tgui_input_text(usr, "Please choose a message to transmit to \[ABNORMAL ROUTING CORDINATES\] via bluespace.", "Emergency M&#e55sage", multiline = TRUE, encode = FALSE))
|
||||
if(!input || computer.use_check_and_message(usr))
|
||||
return FALSE
|
||||
Syndicate_announce(input, usr)
|
||||
@@ -154,7 +154,7 @@
|
||||
if(!is_relay_online())//Contact Centcom has a check, Syndie doesn't to allow for Traitor funs.
|
||||
to_chat(usr, SPAN_WARNING("No Emergency Bluespace Relay detected. Unable to transmit message."))
|
||||
return
|
||||
var/input = sanitize(tgui_input_text(usr, "Please choose a message to transmit to [SSatlas.current_map.boss_name] via quantum entanglement.", "Emergency Message", multiline = TRUE, encode = FALSE))
|
||||
var/input = sanitize(tgui_input_text(usr, "Please choose a message to transmit to [SSatlas.current_map.boss_name] via bluespace.", "Emergency Message", multiline = TRUE, encode = FALSE))
|
||||
if(!input || computer.use_check_and_message(usr))
|
||||
return
|
||||
Centcomm_announce(input, usr)
|
||||
|
||||
Reference in New Issue
Block a user