Made wtrv cool down over 1000 C

This commit is contained in:
Bryan Hoyle 2011-08-12 12:08:05 -04:00
parent 6cdffe9cc2
commit 8824bcc609

View File

@ -15,5 +15,7 @@ int update_WTRV(UPDATE_FUNC_ARGS) {
parts[i].life = 4;
}
}
if(parts[i].temp>1273)
parts[i].temp-=parts[i].temp/1000;
return 0;
}