Skip to content

Commit

Permalink
Merge pull request DFHack#167 from dscorbett/historical_kills
Browse files Browse the repository at this point in the history
Name two historical_kills fields and remove the skeletal flag
  • Loading branch information
lethosor authored Dec 2, 2016
2 parents 377c8fc + b3da47d commit 2746875
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions df.history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@

<stl-vector name="killed_race" type-name='int16_t' ref-target='creature_raw'/>
<stl-vector name="killed_caste" type-name='int16_t' ref-target='caste_raw' aux-value='$$._parent.killed_race[$._key]'/>
<stl-vector name="unk_30" type-name='int32_t' comment='-1'/>
<stl-vector name="unk_40" type-name='int32_t' comment='-1'/>
<stl-vector name="killed_underground_region" type-name='int32_t' ref-target='world_underground_region'/>
<stl-vector name="killed_region" type-name='int32_t' ref-target='world_region'/>
<stl-vector name="killed_site" type-name='int32_t' ref-target='world_site'/>
<stl-vector name="killed_undead">
<bitfield base-type='uint16_t'>
<flag-bit name='skeletal'/>
<flag-bit name='zombie'/>
<flag-bit name='ghostly'/>
</bitfield>
Expand Down

0 comments on commit 2746875

Please sign in to comment.