don-tnowe / godot-wyvernbox-inventory

Action RPG-focused inventory system for Godot 3 and 4
MIT License
97 stars 4 forks source link

Bug: Quick transfer/`try_add_item` does not respect position-dependent filters when stacking #31

Open don-tnowe opened 8 months ago

don-tnowe commented 8 months ago

If there's an ItemPattern set as entry filter to block an item's insertion into a specific slot, then if there's already an incomplete stack, it WILL be inserted. Even if the filter should prevent this.

If YOU, the reader, need this fixed, please leave a comment here.