Files
Bubberstation/code/game/objects/items
ArcaneMusic 7f0f3be215 Adds a check to prevent race condition runtimes by cigarettes. (#84494)
## About The Pull Request

Yesterday I was observing a few rounds and skimmed through the list for
any easy runtime fixes. Here was one I found.

In the `make_cig_smoke()` by cigarettes, if particles weren't setup by
the time it got to the next line, it would cause this runtime. This adds
a ?. (called an elvis operator, fun fact) so that if
`cig_smoke.particles` isn't there, it won't runtime.

## Why It's Good For The Game

Less runtimes, cleaner code results on live.

## Changelog

No player facing changes.
2024-07-03 11:31:03 -04:00
..
2024-07-02 19:24:19 +02:00
2024-04-10 11:55:29 -07:00
2024-06-04 07:11:13 -07:00
2024-06-23 16:09:37 -06:00
2024-06-23 15:41:55 -06:00
2024-07-02 02:21:45 +02:00
2024-06-13 13:29:45 -07:00
2023-12-09 13:31:50 +01:00