democratizedspace / dspace

Free, open source space exploration idle game. Build your home base on earth, gather resources, and launch into orbit.
https://democratized.space
BSD Zero Clause License
3 stars 2 forks source link

3dprinting/start quest id inconsistent #68

Open futuroptimist opened 10 months ago

futuroptimist commented 10 months ago

the current ID is "3dprinter/start", but it should be "3dprinting/start", using the same convention as all the other quests (i.e. ID consists of the relative path to the json file within the quests directory).

We can't simply find/replace all instances, because some parts of gameState may contain references to the wrong ID. We need to also modify gameState somehow for all clients.