Skip to content

Commit

Permalink
Failed rooms can be re-completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry282 committed Aug 13, 2024
1 parent 012e61a commit d77a4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/funnymap/core/map/RoomState.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package funnymap.core.map

enum class RoomState {
FAILED, GREEN, CLEARED, DISCOVERED, UNOPENED, UNDISCOVERED
GREEN, CLEARED, FAILED, DISCOVERED, UNOPENED, UNDISCOVERED
}

0 comments on commit d77a4c7

Please sign in to comment.