R&D Rework PT1 - The network refactor (#26420)

* R&D Rework PT1

* Give robotics access too

* Run prettier

* More lints

* This is INCREDIBLY ironic

* Re-add blacklisting

* Oops

* Review changes

* Some fixes

* Fix outstanding issues

* Warriorstar fixes

* Tiny tweak
This commit is contained in:
AffectedArc07
2024-09-08 16:38:17 +00:00
committed by GitHub
parent e87982e794
commit 03bc64ad13
34 changed files with 1773 additions and 724 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons
msg += "<span class='notice'>Testing potentials:</span><BR>"
var/list/techlvls = params2list(origin_tech)
for(var/T in techlvls) //This needs to use the better names.
msg += "Tech: [CallTechName(T)] | Magnitude: [techlvls[T]] <BR>"
msg += "Tech: [GLOB.rnd_tech_id_to_name[T]] | Magnitude: [techlvls[T]] <br>"
else
msg += "<span class='danger'>No tech origins detected.</span><BR>"
@@ -1113,6 +1113,7 @@
new /obj/item/circuitboard/destructive_analyzer(src)
new /obj/item/circuitboard/circuit_imprinter(src)
new /obj/item/circuitboard/rdconsole/public(src)
new /obj/item/circuitboard/rnd_network_controller(src)
/obj/item/storage/box/stockparts
display_contents_with_number = TRUE