mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-06-06 22:56:23 +01:00
ab594b1a37
No clue why holder_damage() is even a thing: all it does is call ex_act on the holder **before** the explosion is set off. The explosion code itself manages that quite neatly, by calling ex_act on the holder's container, and then cascading from there. This also solves the runtime error with chemical explosion grenades!