inexplicable crimson bug fix

This commit is contained in:
An Orbit 2024-05-20 12:12:40 -04:00 committed by GitHub
parent 810efe4ddb
commit 2a4caecdd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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 = {