The-GameDJs / CostumeCurse

Our Spooky Game
5 stars 1 forks source link

Randomize Confection Brew items position #156

Closed George540 closed 1 year ago

George540 commented 1 year ago

Currently brew items for confection ability are always on the same place. Randomize their initial position by including multiple spawn points and pick a few of them for the items.

A good approach is to use a list of available slots and each time a slot is taken by an item, remove it or make it unavailable. Reset availabilities when brew stage is done