From 9a2642d4252c49ca69ea07011b268bf3ca357f5a Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Sat, 5 Feb 2022 22:22:48 -0500 Subject: [PATCH] Added laser and electrical laser emittrer --- mods/Neutronium Mod.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/mods/Neutronium Mod.js b/mods/Neutronium Mod.js index d5b16e73..5b9759b0 100644 --- a/mods/Neutronium Mod.js +++ b/mods/Neutronium Mod.js @@ -970,6 +970,25 @@ tempLow: -10, stateHigh: "poison_gas", tempHigh: 115 }; +elements.laser_emitter = { +color: "#8a8886", +category: "machines", +state: "solid", +behavior: behaviors.LASEREMITTER +}; +behaviors.LASEREMITTER = [ +"CR:laser|CR:laser|CR:laser", +"CR:laser|XX|CR:laser", +"CR:laser|CR:laser|CR:laser", +]; +elements.e_laser_emitter = { +color: "#8a8886", +colorOn: "#db5b0b", +category: "machines", +state: "solid", +behavior: behaviors.WALL, +behaviorOn: behaviors.LASEREMITTER +}; /* Unfinished: magnesium hematite mixture