2c17675288
commit af8a4af10c665a1f539c008a9440b4f89df55fa5 Author: Joonas Rikkonen <poe.regalis@gmail.com> Date: Tue Mar 19 15:06:21 2019 +0200 Fixed default StatusEffect conditional comparison type back to OR. Using AND caused a variety of bugs, for example flares would not activate or oxygen tanks explode when on fire because the conditional would have to be true on all the components of the item, and the Item object itself. Closes #1307