scarf
scarf
### Describe the bug linux build of the game does not have game icon, thus X11 icon is being shown as fallback. ### Steps To Reproduce 1. download latest release...
### Discussed in https://github.com/cataclysmbnteam/Cataclysm-BN/discussions/5176 Originally posted by **RoyalFox2140** August 10, 2024 When you auto forage trees or Everything, it will place the products in your inventory. Bushes don't do that....
### Describe the bug DDA also had the same bug: https://github.com/CleverRaven/Cataclysm-DDA/issues/37170 , wonder if it's fixed now ### Steps To Reproduce 1. start a new game with new character (i...
> A better solution from Coolthulhu was to: > >- specify z order in parts as a separate field that defaults to the one that we have right now. The...
> Please add all formatting things (heading 1's can't be used, we're going with - instead of * or +) in the guide for contributing docs. _Originally posted by @RoyalFox2140...
### Describe the bug teleporting should either - teleport only the player character, leave mech - teleport both player and mech however it teleports only the player and weapon, preventing...
### Is your feature request related to a problem? Please describe. it's hard to test vehicle fuel changes due to liquid spawning either - with container: usu. small container, not...
### Describe the bug https://github.com/cataclysmbnteam/Cataclysm-BN/assets/54838975/e4775878-fca1-49c4-b442-7d8f08878c61 throwable fire extinguisher will not work when thrown at fire. ### Steps To Reproduce 1. create fire (e.g with `M202A1 Flash`) 2. throw `throwable fire...
tl;dr: needs documentation for - `"LIST"` - `"type": "requirement"`
## The Situation https://github.com/cataclysmbnteam/Cataclysm-BN/blob/c5e21d5d2bc0ca2e92e0a89634d88421933994bd/src/vpart_position.h#L98-L117 ## Why is it not desirable? 1. It existed because it was before C++17 and used `cata::optional`. However with #1953 and [`cata::and_then`](https://github.com/cataclysmbnteam/Cataclysm-BN/blob/c5e21d5d2bc0ca2e92e0a89634d88421933994bd/src/cata_algo.h#L125-L133), it does not have...