View Issue Details

IDProjectCategoryView StatusLast Update
0012891Dwarf FortressCreaturespublic2024-07-05 20:11
ReporterDroseran Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version50.11 
Summary0012891: Animal people and giant animals have unintended products (milk, venom)
DescriptionEXTRACT and VERMIN_BITE are not being removed from animal people and giant creatures, and MILKABLE is not being removed from animal people.

EXTRACT is used to define a material obtained from small animal (vermin) dissection, but when a vermin is converted into a giant creature or animal person the token is not removed, though the new creatures are no longer vermin. The same applies for VERMIN_BITE.

Likewise, MILKABLE does not work for intelligent creatures, but the animal person variations do not remove this token. This can result in dwarves having food preferences for these unobtainable materials.
Additional InformationThese issues can be resolved by adding the following tokens to the ANIMAL_PERSON and ANIMAL_PERSON_LEGLESS creature variations:
    [CV_REMOVE_TAG:VERMIN_BITE]
    [CV_REMOVE_TAG:EXTRACT]
    [CV_REMOVE_TAG:MILKABLE]
    [CV_NEW_TAG:REMOVE_MATERIAL:MILK]
    [CV_NEW_TAG:REMOVE_MATERIAL:CHEESE]

and adding the following tokens to the GIANT creature variation:
    [CV_REMOVE_TAG:VERMIN_BITE]
    [CV_REMOVE_TAG:EXTRACT]
TagsNo tags attached.

Activities

Droseran

2024-07-05 20:11

reporter   ~0042272

The token COOKABLE_LIVE is also not being removed by the ANIMAL_PERSON and ANIMAL_PERSON_LEGLESS variations. It seems to be intended for vermin, so it may need to be removed by GIANT as well.

Add Note

Note

Issue History

Date Modified Username Field Change
2024-06-04 16:48 Droseran New Issue
2024-07-05 20:11 Droseran Note Added: 0042272