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

Can' t eat cured meat during the fight even when I carry 8 of them #737

Open
kevin1oe opened this issue Oct 21, 2024 · 1 comment
Open

Comments

@kevin1oe
Copy link

No description provided.

@alexjplant
Copy link

alexjplant commented Dec 1, 2024

I ran into this issue with shield, meat, and medicine. It appears to be a problem with the cooldown period being set incorrectly. From the base64-encoded JSON comprising game state:

"cooldown":{"attack_steel-sword":-0.5,"attack_energy-blade":-0.5,"meds":-83,"eat":-78.5,"shld":-78,"continue":-190.5,"loot_takeEverything":-55.5},

The relevant piece of code seems to expect cooldown values to be positive but I've only spent like 30 seconds looking at it. As an experiment I set each of the above values to 0 and my game started working again.

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

No branches or pull requests

2 participants