You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rods now show their fullness
* Open cover icon is now actually open
* Fuel compression feedback
* Building feedback
* Proper fuel compressor sprite
* Better building
* Update fuel_assembly.dm
* Update fuel_assembly_port.dm
* Rods now always full, matter is 1 to 1
* to_chats for RUST testing, revert later
* More logging stuff to revert later
* Rust tokamak fixes
* Stupid github interface
* Revert "to_chats for RUST testing, revert later"
This reverts commit 4b3157b.
* Fixes RUST power drain
* Github, I...
* RUST fuel port adjacency rework
* Change base type of gyrotron to power
* Change gyro to power type pt2
* defines for gyrotrons
* Defines in one file
* Wire power consumption
* New UI for core monitor
* Forgot this
* Github (or me) being dumb, defines
* snake case + file rename
* complete file rename
* Proper power display in injector nano
* injector power consumption indicator update
* Fixes RUST core control computer
containsdesc ="Contains supplies to expand an existing fission reactor. Includes parts for 4 casings and 3 interior assemblies. Remember to turn it off and drain the coolant first!"
467
-
466
+
containsdesc ="Contains supplies to expand an existing fission reactor. Includes parts for 4 casings and 3 interior assemblies. Remember to turn it off and drain the coolant first!"
467
+
468
468
/datum/supply_packs/fissionreactor_bigrod
469
469
contains =list(
470
470
/obj/item/weapon/fuelrod/large
@@ -476,8 +476,8 @@
476
476
group ="Engineering"
477
477
access =list(access_engine_major)
478
478
containsdesc ="An extra-large fuel reservoir, for extra power or for more complex fuel mixes. Use with extreme caution and control rods inserted."
479
-
480
-
479
+
480
+
481
481
/datum/supply_packs/fissionreactor_randomrod
482
482
contains =list(
483
483
/obj/item/weapon/fuelrod/randomized
@@ -488,7 +488,6 @@
488
488
containername ="Pre-filled fuel reservoir"
489
489
group ="Engineering"
490
490
access =list(access_engine_major)
491
-
containsdesc ="A standard fuel reservoir, filled with a unique mixture selected by NanoTransen's engineering team."
492
-
493
-
494
-
491
+
containsdesc ="A standard fuel reservoir, filled with a unique mixture selected by NanoTransen's engineering team."
cur_viewed_device.set_strength(input("Enter the new field power density (W.m^-3)", "R-UST Mk. 7 Tokamak Controls", cur_viewed_device.field_strength) as num)
142
+
cur_viewed_device.set_targeted_strength(input("Enter the new field power density (W.m^-3)", "R-UST Mk. 7 Tokamak Controls", cur_viewed_device.targeted_field_strength) as num)
0 commit comments