mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Removing the clamp on pollution until I can think properly.
This commit is contained in:
parent
3875309697
commit
1406cb47d9
@ -173,17 +173,9 @@ public class PollutionHandler {
|
||||
data.pollution[S] *= 0.8F;
|
||||
} else {
|
||||
data.pollution[S] *= 0.99F;
|
||||
/* Clamp soot pollution to 0 near low values. */
|
||||
if(data.pollution[S] < 0.0001F) {
|
||||
data.pollution[S] = 0;
|
||||
}
|
||||
}
|
||||
|
||||
data.pollution[H] *= 0.999F;
|
||||
/* Clamp Heavy pollution to 0 near low values. */
|
||||
if(data.pollution[H] < 0.001F) {
|
||||
data.pollution[H] = 0;
|
||||
}
|
||||
|
||||
/* SPREADING */
|
||||
//apply new data to self
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user