From 89e9d42e0bd9b9702193c5595a2bd235215d8ff9 Mon Sep 17 00:00:00 2001 From: pennylicker6 Date: Mon, 4 Aug 2025 13:42:52 -0800 Subject: [PATCH] Update fission_physics.js --- mods/fission_physics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/fission_physics.js b/mods/fission_physics.js index 4347561c..ee5171f0 100644 --- a/mods/fission_physics.js +++ b/mods/fission_physics.js @@ -1,7 +1,7 @@ // Basic Fission Mod for Sandboxels // Simulates simplified nuclear fission with uranium-235, neutrons, and boron control rods. -// Uranium-235: emits 2-3 neutrons when hit by a neutron, heats up, no byproducts. +// Uranium-235: emits 2-3 neutrons when hit by a neutron, heats up, no byproducts. this is by senseiollie. the creator elements.uranium235 = { color: "#4a7023", // dark green (uranium oxide green) behavior: behaviors.SOLID,