Made wtrv cool down over 1000 C
This commit is contained in:
parent
6cdffe9cc2
commit
8824bcc609
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user