Dwarf Fortress Bug Tracker - Dwarf Fortress
View Issue Details
0005543Dwarf FortressCombat -- Generalpublic2012-03-04 06:062014-01-22 08:30
Vattic 
 
normalminoralways
newopen 
0.34.04 
 
0005543: If you rupture a creature with a liquid tissue layer it spills to the ground without leaving any on the creature.
If you rupture a creature with a liquid tissue layer it spills to the ground without leaving any on the creature.

This strikes me as odd. It should work similarly to bleeding and get on the damaged body part.
Give the following to dwarves:

    [USE_MATERIAL_TEMPLATE:LIQUID:BLOOD_TEMPLATE]
        [STATE_NAME:ALL_SOLID:frozen juice]
        [STATE_NAME_ADJ:ALL_SOLID:frozen juice]
        [STATE_NAME:LIQUID:juice]
        [STATE_NAME_ADJ:LIQUID:juice]
        [STATE_NAME:GAS:boiling juice]
        [STATE_NAME_ADJ:GAS:boiling juice]
        [STATE_COLOR:ALL:YELLOW]
        [PREFIX:NONE]
        [SYNDROME]
            [SYN_NAME:nasty cough]
            [SYN_AFFECTED_CLASS:GENERAL_POISON]
            [SYN_CONTACT]
            [CE_COUGH_BLOOD:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:5:PEAK:100:END:1000]

    [TISSUE:LIQUID]
        [TISSUE_NAME:juice:NP]
        [TISSUE_MATERIAL:LOCAL_CREATURE_MAT:LIQUID]
        [TISSUE_MAT_STATE:LIQUID]
        [RELATIVE_THICKNESS:50]
        [TISSUE_LEAKS]
        [TISSUE_SHAPE:LAYER]
    
    [TISSUE_LAYER_UNDER:BY_TOKEN:UB:LIQUID]

Then spawn one in the arena and a second and keep hitting him in the chest until the juice spills out. If you look at him you'll notice he has none on him but will likely have some of both his and your blood.
The only way this stuff ever seems to get on the creatures is if you increase the RELATIVE_THICKNESS enough to get pools on the ground. Then the creatures get it on themselves fighting in the pool.
Intentional/Expected?
related to 0001706confirmed lethosor Gaseous creatures' severed parts don't change state 
Issue History
2012-03-04 06:06VatticNew Issue
2012-03-04 14:19FootkerchiefTag Attached: Intentional/Expected?
2014-01-22 08:30FootkerchiefRelationship addedrelated to 0001706

There are no notes attached to this issue.