Skip to content

Commit

Permalink
fix: water being OP
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Jun 7, 2024
1 parent f441101 commit 06ed766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public static void register() {
*/
DistilledWater.setProperty(PropertyKey.COOLANT,
new CoolantProperty(Steam, HighPressureSteam, 1., 1000,
373, 10., FissionReactor.standardPressure, 2260000, 4168).setSpecialCoolantAbsorption(1000)
373, 10., FissionReactor.standardPressure, 2260000, 4168).setSpecialCoolantAbsorption(10)
.setAccumulatesHydrogen(true));
}
}

0 comments on commit 06ed766

Please sign in to comment.