Skip to content

Commit

Permalink
Use ref-target instead of type-name (DFHack#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Jan 18, 2020
1 parent d22a5cb commit 4053321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions df.entities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@
<stl-vector name='discovered_creatures' type-name='bool' index-refers-to='(find-creature $)'/>
<stl-vector name='discovered_plant_foods' type-name='bool' index-refers-to='(find-plant-raw $)'/>
<stl-vector name='discovered_plants' type-name='bool' index-refers-to='(find-plant-raw $)'/>
<stl-vector name='foreground_color' comment="foreground color used for the entity symbol in legends mode and the historical maps." type-name='descriptor_color'/>
<stl-vector name='background_color' comment="background color used for the entity symbol in legends mode and the historical maps." type-name='descriptor_color'/>
<stl-vector name='foreground_color' type-name='int16_t' ref-target='descriptor_color' comment="foreground color used for the entity symbol in legends mode and the historical maps."/>
<stl-vector name='background_color' type-name='int16_t' ref-target='descriptor_color' comment="background color used for the entity symbol in legends mode and the historical maps."/>
</compound>

<stl-vector name='uniforms' pointer-type='entity_uniform'/>
Expand Down

0 comments on commit 4053321

Please sign in to comment.