include rime in freeze ray pass-throughs

This commit is contained in:
An Orbit 2023-04-19 13:49:03 -04:00 committed by GitHub
parent a1f70d8ac3
commit a1bbcf9796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ var libraryMod = "mods/code_library.js";
if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod)) {
runAfterAutogen(function() {
snowAndIceCache = Object.keys(elements).filter(function(name) {
return name.endsWith("snow") || name.endsWith("ice")
return name.endsWith("snow") || name.endsWith("ice") || name == "rime"
})
});
lightlikes = ["light","flash","laser","radiation","insulate_flash"];