dfhack
dfhack copied to clipboard
Allow "fastdwarf 1" and teledwarf to apply to other creatures/races
https://www.reddit.com/r/dwarffortress/comments/3ftnsa/is_there_any_particular_version_of_df_that_you/ctsinx1
I guess the issue is deciding whether it should speed up non-fort members and pets, and how to decide what to speed up and what not to. I'm not sure what the right answer is.
I can confirm it makes humans faster, I run a human entity and they are affected by fastdwarf.
Yeah, the check is for "citizens", not any specific race: https://github.com/DFHack/dfhack/blob/ba629b8e0a022e8891d7177ebc58f53cc923244b/plugins/fastdwarf.cpp#L54
@myk002 how does #4370 resolve this? The intent of this issue was to allow fastdwarf
to apply to broader groups of creatures. It was already applied to citizens.
I thought the intent behind this request was to make fastdwarf
apply to residents as well. getCitizens
now includes residents by default.
From above:
non-fort members and pets
There was a separate ticket for "residents", which I had kept separate (as related to this issue), but you closed as a duplicate of this issue. https://github.com/DFHack/dfhack/issues/2922#issuecomment-1435217840
I'm going to reopen and clarify this one.