diff --git a/mods/CrashTestDummy.js b/mods/CrashTestDummy.js index 31f28134..5ddddb92 100644 --- a/mods/CrashTestDummy.js +++ b/mods/CrashTestDummy.js @@ -1,6 +1,6 @@ // This new crashtestdummy mod will be more used for code that I'm not sure will actually work elements.sandreplacer = { - color: "#ff2f2f", + color: "#ff80ff", tool: function(pixel) { pixel.element = "sand" },