rythwh / snowship

Snowship is a colony survival management simulation game under development since early 2015.
https://rywh.itch.io/snowship
5 stars 0 forks source link

Multiple crafting jobs can be done at the same time on the same crafting object. #149

Open rythwh opened 3 years ago

rythwh commented 3 years ago

I think this is due to each craftable resource instance (CRI) independently storing its active job and then no other CRI checking if there's already a job happening from a different CRI before creating theirs.

Each CRI should check all other CRIs before creating their crafting job.