Skip to content

Add daily flags card to cheat menu with reset button#23

Merged
narayan24 merged 1 commit into
masterfrom
feature/cheat-daily-flags
May 15, 2026
Merged

Add daily flags card to cheat menu with reset button#23
narayan24 merged 1 commit into
masterfrom
feature/cheat-daily-flags

Conversation

@narayan24
Copy link
Copy Markdown
Owner

Summary

  • New Daily Flags card at the top of the cheat overlay
  • Lists every registered daily variable (key + current value) in monospace font
  • Values equal to their default are shown in muted grey; values that have changed are highlighted in orange-red — immediately visible when a flag is stuck
  • Reset all daily flags to default button calls ResetDaily() in-place and refreshes the list without closing the overlay

Why

Debugging pool events revealed that pool_slide_event was True from a previous session where event text went unnoticed (old mixed-output bug). The player had no way to reset it without sleeping in-game. This button fixes that for testing.

🤖 Generated with Claude Code

Shows all registered daily variables and their current values in the
cheat overlay. Values that differ from their default are highlighted in
orange. A "Reset all daily flags to default" button calls ResetDaily()
immediately without needing to sleep in-game — useful for testing events.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@narayan24 narayan24 merged commit 80d7c32 into master May 15, 2026
@narayan24 narayan24 deleted the feature/cheat-daily-flags branch May 15, 2026 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant