Files
Aurora.3/code/game/objects/effects
VMSolidus aeee6aa3ef Water Hard Del Fix (#22210)
Small mistake that makes fire extinguishers cause a hard delete. Water
effects were nulling the effect reagents before calling their parent,
but then their parent attempts to QDEL_NULL(reagents) a reference that
it can no longer correctly cleanup. The simple solution was to get rid
of the Destroy() override on effect/water since it wasn't needed.
2026-04-12 22:19:13 +00:00
..
2026-04-12 22:19:13 +00:00
2026-04-09 15:56:45 +00:00
2026-04-08 15:53:10 +00:00
2026-04-07 19:51:13 +00:00