Skip to content

Commit

Permalink
Merge pull request #674 from myk002/myk_jobitem3
Browse files Browse the repository at this point in the history
identify additional job_item_flag3 flags
  • Loading branch information
myk002 authored Nov 6, 2023
2 parents d88139a + dbaceb1 commit 6375044
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Template for new versions:

## Structures
- ``burrow``: add new graphics mode texture and color fields
- ``job_item_flags3``: identify additional flags

# 50.11-r2

Expand Down
9 changes: 9 additions & 0 deletions df.jobs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,15 @@
<flag-bit/>
<flag-bit name='written_on'/>
<flag-bit name='edged'/>
<flag-bit name='on_ground'/>
<flag-bit name='divine'/>
<flag-bit name='crafted_artifact'/>
<flag-bit name='wood'/>
<flag-bit name='stone'/>
<flag-bit name='non_artifact'/>
<flag-bit name='woven'/>
<flag-bit name='gem'/>
<flag-bit name='empty_or_water'/>
</bitfield-type>

<struct-type type-name='job_item'>
Expand Down

0 comments on commit 6375044

Please sign in to comment.