Irradiation table updates

This commit is contained in:
O-01-67 2022-09-03 13:43:13 -04:00 committed by GitHub
parent d347343006
commit 2c2685ce6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -886,5 +886,10 @@ if(enabledMods.includes("mods/the_ground.js")) {
],
temperature: -13
};
//Irradiation table updates
irradiatedObject.sandstone = "irradiated_sandstone";
irradiatedObject.sand_sediment = "irradiated_sand_sediment";
});
};