Skip to content

Commit

Permalink
inexplicable crimson bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orbit-loona committed May 20, 2024
1 parent 810efe4 commit 2a4caec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mods/a_mod_by_alice.js
Original file line number Diff line number Diff line change
Expand Up @@ -42903,8 +42903,10 @@ maxPixels (default 1000): Maximum amount of pixels/changes (if xSpacing and ySpa
//FIX ##
//fsr it's pausing silently on load now so this should fix that by silently unpausing it on load
window.addEventListener("load",function() {
paused = false
paused = false;
crimsonObject.dirt = "crimsoil"; //something is changing it to sand
});

//MISCELLANEOUS CHANGES ##
eLists.PIPE = ['pipe', 'destroyable_pipe', 'e_pipe', 'destroyable_e_pipe', 'channel_pipe', 'destroyable_channel_pipe', 'bridge_pipe'];
elements.pipe_stage_shifter = {
Expand Down

0 comments on commit 2a4caec

Please sign in to comment.