You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works. The problem is that for_each_form actually delays adding Spells (and other forms) to NPC and instead collects them in a temporary vector. This causes all has_form filters to not find the previously added form of the same type (e.g. Spells can't filter by other distributed Spells).
This will most likely be fixed after #58, when SPID will hold information about distributed entries and will be able to check both cached distribution and the actual NPC
has_form
appears to not detect Spells. This also affectsExclusiveGroup
The text was updated successfully, but these errors were encountered: