mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-05 22:31:04 +01:00
59dd02fe7c
## About The Pull Request This was intended behavior, but I think a lot of bullshit over the years sorta corrupted this proc's intention. Anyways, we just override the whole ass proc for this one check, give a good return value (or at least the same one that we were always giving) if our criteria is met, rather than deal with the problems that parent was feeding us.  The specific issue here was that the parent of `bullet_act()` was invoking `take_damage()` which prematurely invoked `boom()` which invokes `qdel()`, meaning that the `QDELETED()` check would _always_ early return without fail every time. Let's just do our own thing here. ## Why It's Good For The Game  Intended behavior actually works. ## Changelog 🆑 admin: Shooting a welding fuel tank (big or small) with a projectile will now accurately post to list_bombers with the name of the person who shot the projectile from the gun. If you don't know how to list-bombers, it will also be present in game.log for your viewing pleasure. /🆑