Skip to content

Commit

Permalink
add some notes based on observation
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jun 18, 2024
1 parent 5718c3d commit d4b4a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions df.jobs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@

<int32_t name='completion_timer' init-value='-1' comment='toady: duration; -1 every time unit.counters.job_counter is below 0' />

<int32_t name='maxdur'/>
<int32_t name='maxdur' comment='uninitialized'/>

<bitfield name='flags' type-name='job_flags'/>

<int16_t name='mat_type' ref-target='material' aux-value='$$.mat_index'/>
<int32_t name='mat_index' init-value='-1'/>
<int16_t name='spell' init-value='-1' comment='almost certainly no longer used'/>
<enum name='item_type' type-name='item_type' comment='for Bait Trap jobs'/>
<enum name='item_type' type-name='item_type' comment='for Bait Trap jobs; otherwise uninitialized'/>
<int16_t name='item_subtype' init-value='-1' comment='when StoreInStockpile this is a unit_labor'/>

<compound name='specflag' type-name='job_spec_flags'/>
Expand Down

0 comments on commit d4b4a41

Please sign in to comment.