Fix animal count on auto-slaughter window
Fixes the auto-slaughter total animals count considering pregnat females only if the specific slaughter option is checked In vanilla auto-slaughter based on total number is only perfomed using allowed slaughterable animals Example: total limit = 8 males = 5 pregnant females = 3 n
Fixes the auto-slaughter total animals count considering pregnat females only if the specific slaughter option is checked
In vanilla auto-slaughter based on total number is only perfomed using allowed slaughterable animals
Example:
total limit = 8
males = 5
pregnant females = 3
non-pregnant females = 2
slaughter pregnant = OFF
total (as displayed in GUI) = male + pregnant females + non-pregnant females = 10
even if 10 > 8, no slaughter occurs because internally the "real" calculation considers only 5 males + 2 non-pregnant females = total 7
this mod fixes the value of the total count, considering pregnant females only if the specifich check is toggled: it aligns the logic to how bonded animal are managed. Indeed if "slaughter bonded" is NOT check, they are NOT counted in total column.
Other download links
GitHub link: https://github.com/angelolocritani/Rimworld-FixAnimalCount
Important notice
Note: this mod is now included in XNDTinyTweaks (since 1.4.2)
No longer needed since Rimworld 1.5 becuase the issue is now fixed in vanilla