Files
Bubberstation/code/game/objects/effects
SkyratBot 4f33a555aa [MIRROR] Fix balloon alert runtime(timer added on deleted object) when spider webs are destroyed by hand [MDB IGNORE] (#22035)
* Fix balloon alert runtime(timer added on deleted object) when spider webs are destroyed by hand (#76255)

## About The Pull Request
**Reproduction**
- Spawn a spider web
- Try destroying it with a wire cutter or any other object, but it must
be by hand
- If you are lucky (50% probability as the web uses the prob() proc) at
the moment the web is destroyed a balloon alert at the same time "stuck
in web" gets called causing the runtime because it added a timer on the
deleted spider web

**Solution**
Use loc for balloon alerts as that does not get deleted.

## Changelog
🆑
fix: fixes balloon alert runtime when spider webs are destroyed.
/🆑

* Fix balloon alert runtime(timer added on deleted object) when spider webs are destroyed by hand

---------

Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
2023-07-01 16:19:40 -04:00
..