Skip to content

Commit

Permalink
Add missing organic_mat_category entries for Paper and Parchment
Browse files Browse the repository at this point in the history
Also remove comment from unit_preference.type.LikeTree - it's not a
holdover because DF still actively uses it.
  • Loading branch information
quietust committed Jul 27, 2020
1 parent 0afb796 commit ecd6bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions df.materials.xml
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@
<enum-item name='Pressed'/>
<enum-item name='Yarn'/>
<enum-item name='MetalThread'/>
<enum-item name='Paper'/>
<enum-item name='Parchment'/>
</enum-type>

<struct-type type-name='special_mat_table'>
Expand Down
2 changes: 1 addition & 1 deletion df.units.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,7 @@
<enum-item name='HateCreature'/>
<enum-item name='LikeItem'/>
<enum-item name='LikePlant'/>
<enum-item name='LikeTree' comment='holdover from 40d and earlier'/>
<enum-item name='LikeTree'/>
<enum-item name='LikeColor'/>
<enum-item name='LikeShape'/>
<enum-item name='LikePoeticForm'/>
Expand Down

0 comments on commit ecd6bcc

Please sign in to comment.