Combat foundation complete
This commit is contained in:
@@ -119,6 +119,14 @@ Displays character stats, resource bars, and action buttons
|
||||
hx-swap="innerHTML">
|
||||
🗺️ Travel to...
|
||||
</button>
|
||||
|
||||
{# Search for Monsters - Opens modal with encounter options #}
|
||||
<button class="action-btn action-btn--special action-btn--combat"
|
||||
hx-get="{{ url_for('game.monster_modal', session_id=session_id) }}"
|
||||
hx-target="#modal-container"
|
||||
hx-swap="innerHTML">
|
||||
⚔️ Search for Monsters
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{# Actions Section #}
|
||||
|
||||
Reference in New Issue
Block a user