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
The u_spawn_item function only spawns a single item when the item group's subtype is "collection," which is not what I expected. Upon reviewing all the mods, I noticed that every item group used by this method is of the "distribution" type.
It seems that u_spawn_item may not be suitable for handling item groups with the "collection" subtype.
Describe the bug
The u_spawn_item function only spawns a single item when the item group's subtype is "collection," which is not what I expected. Upon reviewing all the mods, I noticed that every item group used by this method is of the "distribution" type.
It seems that u_spawn_item may not be suitable for handling item groups with the "collection" subtype.
Attach save file
None
Steps to reproduce
This will spawn only 1 item ("bodysuit_lycra")
Expected behavior
When the item group is "collection" type, spawn all the items with give probability inside it.
Screenshots
No response
Versions and configuration
0.G-6554-g1eb1b6fe88
Additional context
No response
The text was updated successfully, but these errors were encountered: