Files
Bubberstation/code/datums
zxaber f26e2bb58c Fixes tool-based flashes being stuck at intensity 1 (#83703)
## About The Pull Request
A long-old bug due to the use of `min(flash_strength, 1)`. The intention
was clearly to have the flash be *at least* level 1, because
flash_strength defaults to nothing but can be set to 2. However,
`min(x,y)` uses the lowest value, making it always return 1. So we
change it to `max()`.
## Why It's Good For The Game
Bugfix. Sunglasses users cope.
## Changelog
🆑
fix: Tool-based flashes (read: from welders) are no longer incorrectly
locked at flash level 1. Wear proper PPE!
/🆑
2024-06-06 00:41:40 -04:00
..
2024-06-05 10:17:34 -04:00
2024-06-05 10:17:34 -04:00
2024-04-18 12:52:59 -07:00
2024-05-23 00:41:05 -04:00
2024-03-27 17:58:01 +13:00
2024-04-16 23:41:19 -06:00
2024-04-29 13:45:15 +02:00