mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
* Meteor guns, the admin weapon, once again harms living mobs (#61520) When explosions got refactored, this stopped harming mobs because it lacked a check. Goof must have missed this, but it's also probably not as simple to put everything back as it was. This mostly restores old behaviour by putting the relevant code into on_hit() and out of Bump() when handling living mobs, since it's a projectile and all. I don't know if the values I added are appropriate but given that the old behaviour was a high damage localized explosion, it almost certainly isn't far off. fixes #61244 * Meteor guns, the admin weapon, once again harms living mobs Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com>