aboutsummaryrefslogtreecommitdiff
path: root/internal/behavior
diff options
context:
space:
mode:
Diffstat (limited to 'internal/behavior')
-rw-r--r--internal/behavior/types.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/behavior/types.go b/internal/behavior/types.go
index 03876e5..c43a0d9 100644
--- a/internal/behavior/types.go
+++ b/internal/behavior/types.go
@@ -143,6 +143,7 @@ type ObstacleData struct {
TotalObstacles int
NextRoom int
StartRoom int
+ OnFailRoom int
ObstacleXP int
CompletionXP int
// FailChance is the resolved failure probability for this attempt.