fixes to make quest tracking work better, also quest rejection in via the converation with the NPC

This commit is contained in:
2025-11-29 17:51:53 -06:00
parent df26abd207
commit 72cf92021e
11 changed files with 885 additions and 22 deletions

View File

@@ -154,4 +154,7 @@ document.addEventListener('keydown', function(e) {
<!-- Responsive Modal Navigation -->
<script src="{{ url_for('static', filename='js/responsive-modals.js') }}"></script>
<!-- Toast Notifications -->
<script src="{{ url_for('static', filename='js/toast.js') }}"></script>
{% endblock %}