anothersimulacrum
anothersimulacrum
I don't think RetroDays should have overlays without a mod. Riding a mount is simple and not an explicit overlay, the game makes it happen for free, and I think...
Is this a thing you can actually do?
I am not sure we can accept this without proper attribution to original authors. The authors field in the mod-info may work for that, though.
It's a name of the section of the options, not legitimate debug options.
What's the reason to have 3 different methods for a system to work when we only actually care about and want one, and so the others only impose a maintenance...
I'm not sure that's necessarily incorrect behavior for stats through skills, though it may warrant nicer handling.
We should remove them: https://github.com/CleverRaven/Cataclysm-DDA/blob/3c5939e35be2d7db8341191290498a74133cd76f/data/json/mapgen/bank.json#L81 https://github.com/CleverRaven/Cataclysm-DDA/blob/3c5939e35be2d7db8341191290498a74133cd76f/data/json/mapgen/bank.json#L230 Can probably also remove the `{ "action": "secubots" }` from the computers.
They don't make any sense, so their removal is warranted.
No, the line of text above the summary is fine, they just need to pick either `Balance` or `Bugfixes` for a category.
When items are active, their use actions are invoked from item processing (to do things like drain charges). The bool parameter in a `cata::optional iuse::X( Character *, item *, bool,...