Files
Aurora.3/code/game/objects/effects/chem
VMSolidusandGitHub 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