Irradiation table updates
This commit is contained in:
parent
d347343006
commit
2c2685ce6d
|
|
@ -886,5 +886,10 @@ if(enabledMods.includes("mods/the_ground.js")) {
|
||||||
],
|
],
|
||||||
temperature: -13
|
temperature: -13
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//Irradiation table updates
|
||||||
|
|
||||||
|
irradiatedObject.sandstone = "irradiated_sandstone";
|
||||||
|
irradiatedObject.sand_sediment = "irradiated_sand_sediment";
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue