Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005392Dwarf FortressCreaturespublic2012-02-22 06:232012-03-03 18:41
ReporterQuietust 
Assigned ToToady One 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version0.34.02 
Target VersionFixed in Version0.34.05 
Summary0005392: Eyelids not properly associated with eyes?
DescriptionIn the STANDARD_HEAD_POSITIONS body detail plan, the R_EYELID and L_EYELID body parts are specified as cleaning and being around R_EYE and L_EYE. However, the body parts for the left and right eyes are named REYE and LEYE, not R_EYE/L_EYE.

There's also the fact that the eye/eyelid relations are just specifying a straight bodypart token for the second half rather than using BY_TOKEN as every other BP_RELATION is doing.
Additional InformationThe relevant raws read as follows:
    [BP_RELATION:BY_TOKEN:R_EYELID:AROUND:R_EYE:50]
    [BP_RELATION:BY_TOKEN:L_EYELID:AROUND:L_EYE:50]
    [BP_RELATION:BY_TOKEN:EYELID:AROUND:EYE:50]
    [BP_RELATION:BY_TOKEN:R_EYELID:CLEANS:R_EYE:100]
    [BP_RELATION:BY_TOKEN:L_EYELID:CLEANS:L_EYE:100]
    [BP_RELATION:BY_TOKEN:EYELID:CLEANS:EYE:100]

Given the surrounding raws, it seems like they ought to be as follows:
    [BP_RELATION:BY_TOKEN:R_EYELID:AROUND:BY_TOKEN:REYE:50]
    [BP_RELATION:BY_TOKEN:L_EYELID:AROUND:BY_TOKEN:LEYE:50]
    [BP_RELATION:BY_TOKEN:EYELID:AROUND:BY_TOKEN:EYE:50]
    [BP_RELATION:BY_TOKEN:R_EYELID:CLEANS:BY_TOKEN:REYE:100]
    [BP_RELATION:BY_TOKEN:L_EYELID:CLEANS:BY_TOKEN:LEYE:100]
    [BP_RELATION:BY_TOKEN:EYELID:CLEANS:BY_TOKEN:EYE:100]
TagsNo tags attached.
Attached Files

- Relationships
related to 0001588resolvedToady One Forgotten Beast with 1 eye and 2 eyelids 

-  Notes
(0020450)
Logical2u (manager)
2012-02-22 06:28

Might be related to the more general eye/eyelid association bugs.

- Issue History
Date Modified Username Field Change
2012-02-22 06:23 Quietust New Issue
2012-02-22 06:27 Logical2u Relationship added related to 0001588
2012-02-22 06:28 Logical2u Note Added: 0020450
2012-03-03 18:41 Toady One Status new => resolved
2012-03-03 18:41 Toady One Fixed in Version => Next Version
2012-03-03 18:41 Toady One Resolution open => fixed
2012-03-03 18:41 Toady One Assigned To => Toady One


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker