Path-of-Terraria / PathOfTerraria

GNU General Public License v3.0
1 stars 3 forks source link

Quest reworking #367

Closed GabeHasWon closed 3 months ago

GabeHasWon commented 3 months ago

### Link Issues Resolves: #329

Description of Work

Fixes instancing issue with Quest steps. Adds in BringCount, InteractWithNPC and ActionStep quest steps. Fixes and localizes all steps. Made Quests into singletons, removed now-useless code. Updated UISelectableQuestStep - all are displayed instead of being added as you complete, they're colored to signify progress (green is done, subtle is locked), and they update alongside their progress. Updated all quests to use new system(s).

Comments