Nightly 2024-01-20
Downloads:
Bug Fixes
- changer ffcs counting for trigger groups and similar effects (they shouldn't)
e9d91d8fa
Player
- lens unintentionally making enemies sometimes invisible
111569113
- Divine Escape particles sometimes flying in wrong directions
d2472cceb
ZScript
- stale data in destructors
6251b0f23
scripted objects weren't clearing data used by the destructor when being cleared, leading to future objects referencing the stale data if they didn't have a destructor of their own to overwrite it.
- generic script item collect event fix
f53af5295
Item Collect event will no longer be fired for items such as timeout items when they are not actually able to be collected. Due to timing changes, the "Combine when collected twice" now also occurs BEFORE the event.