feat: limit players to one active exploration at a time #9

Closed
opened 2026-03-07 11:13:44 -08:00 by hikari · 0 comments
Owner

Description

Currently, players may be able to start multiple explorations simultaneously. Each player should only be permitted to have one active exploration at a time.

Acceptance Criteria

  • If a player attempts to start a new exploration whilst one is already in progress, the action should be blocked
  • The UI should reflect the locked state (e.g. disable the explore button / show an in-progress indicator)
  • The restriction should be enforced both client-side and server-side

This issue was created with help from Hikari~ 🌸

## Description Currently, players may be able to start multiple explorations simultaneously. Each player should only be permitted to have **one active exploration at a time**. ## Acceptance Criteria - If a player attempts to start a new exploration whilst one is already in progress, the action should be blocked - The UI should reflect the locked state (e.g. disable the explore button / show an in-progress indicator) - The restriction should be enforced both client-side and server-side ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-03-08 15:53:40 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#9