Files
Bubberstation/code/modules/awaymissions
Tim 1d7b326bf1 Change hardcoded ice/snow temperatures values to use ICEBOX_MIN_TEMPERATURE define (#90228)
## About The Pull Request
Several variables in the code had hardcoded temperature vars set to 180
when it should just use the `ICEBOX_MIN_TEMPERATURE` define that is used
to indicate a 180 temp.

## Why It's Good For The Game
No hardcoded values.

## Changelog
🆑
code: Change some hardcoded ice/snow temperature variables that were set
to 180 to use `ICEBOX_MIN_TEMPERATURE` instead.
/🆑
2025-03-28 18:38:07 +01:00
..