orendain / DemeoMods

Mods for the game of Demeo, as well as the Demeo modding framework, HouseRules.
MIT License
42 stars 11 forks source link

Fix `LevelExitLockedUntilOneHeroRemainsRule` triggering on _all_ interactables. #523

Closed orendain closed 1 year ago

orendain commented 1 year ago

Fix LevelExitLockedUntilOneHeroRemainsRule triggering on all interactables.

The issue was that the rule would block all interactions, rather than just interactions with the exit. This fixes that issue.