Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panicked Condition is not being turned on when a Panic roll is made #289

Open
jmp120 opened this issue Sep 6, 2024 · 3 comments
Open

Panicked Condition is not being turned on when a Panic roll is made #289

jmp120 opened this issue Sep 6, 2024 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@jmp120
Copy link

jmp120 commented Sep 6, 2024

Panic Level is not visible unless the Panicked Condition is on. It would make sense for this Condition to be turned on automatically when the first Panic roll is made. I'm not sure if it did in the past but it does not in release 3.2.1.

@pwatson100
Copy link
Owner

I will double check but when the p
Panic is cleared the panic level is reset to zero. So unless the actor has an active Panic condition it's meaningless. Panic level is something I had to introduce to be able to calculate the "more panic" rule.

@jmp120
Copy link
Author

jmp120 commented Sep 6, 2024

I understand the intent. My point is that if a greater than zero value is ever in the Panic Level, the Panic Condition should be turned on so you can see that there is a value there. Completely understand the clearing the Panic level but it's not obvious you have a Panic Level unless the Panicked Condition is turned on. Hope that helps, thanks!

@pwatson100 pwatson100 self-assigned this Sep 7, 2024
@pwatson100 pwatson100 added the question Further information is requested label Sep 7, 2024
@pwatson100
Copy link
Owner

I have checked the code and it is operating as intended.
An actor only has a panic level when they have the Panicked condition (stress rolls of 7 or greater).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants