Skip to content

Commit

Permalink
Fixup: syndrome/effect instance-vector
Browse files Browse the repository at this point in the history
  • Loading branch information
quietust committed Feb 8, 2025
1 parent 50733b6 commit 84b9bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions df.material.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</bitfield-type>

<class-type type-name='creature_interaction_effect' original-name='creature_interaction_effectst'
instance-vector='$global.world.raws.effects.all'>
instance-vector='$global.world.raws.mat_table.effects.all'>
<bitfield name='flags' type-name='creature_interaction_effect_flags'/>
<int32_t name='prob'/>
<int32_t name='start'/>
Expand Down Expand Up @@ -640,7 +640,7 @@
</class-type>

<struct-type type-name='syndrome' original-name='creature_interaction_syndromest'
instance-vector='$global.world.raws.syndromes.all'>
instance-vector='$global.world.raws.mat_table.syndromes.all'>
<stl-string name='syn_name'/>

<code-helper name='describe'>$.syn_name</code-helper>
Expand Down

0 comments on commit 84b9bb3

Please sign in to comment.