-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Game crashes generating faction camp recipes when any of the components has_temperature() #50493
Comments
It seems like mapgen problem. Making rock into comestible gives it temperature. |
|
The given json no longer crashes the game as of c94dc03 |
I forgot to select the mod to load -_- Here's the modern stack trace The program has crashed. #0 |
Describe the bug
It turns out that when you desire to eat the choicest pieces of rock on the ground, the world has it's revenge by not allowing your existence.
10/10, I had a very good existential horror metagame. Sadly, that's not part of the design doc, so there probably should be a fix.
Steps To Reproduce
Load the game with the following mod:
Thanks to @anothersimulacrum for the code snippet!
[ { "type": "MOD_INFO", "id": "breaks_everything", "name": "Crash the game with this one weird trick!", "description": "Contributors hate him!", "category": "content" }, { "type": "COMESTIBLE", "id": "rock", "copy-from": "rock", "symbol": "*", "color": "light_gray", "name": { "str": "rock" }, "description": "a rock the size of a baseball. makes a decent melee weapon, and is also good for throwing at enemies." } ]
Expected behavior
Being able to char gen, load the game.
Screenshots
No response
Versions and configuration
Win 10, tiles, b840294.
game report.txt
Additional context
No response
The text was updated successfully, but these errors were encountered: