Skip to content

Commit

Permalink
missed this - product_to_container is actually part of the base class
Browse files Browse the repository at this point in the history
  • Loading branch information
quietust committed Dec 3, 2017
1 parent ca5e793 commit ffa9c38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions df.reaction-raws.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@

<class-type type-name='reaction_product' original-name='reaction_productst'>
<stl-string name='unk_v4201_1' since='v0.42.01' comment='unknown if really here'/>
<stl-string name="product_to_container"/>

<virtual-methods>
<vmethod ret-type='reaction_product_type' name='getType'/>
Expand Down Expand Up @@ -171,8 +172,6 @@
</enum-type>

<class-type type-name='reaction_product_itemst' inherits-from='reaction_product'>
<stl-string name="product_to_container"/>

<enum base-type='int16_t' name='item_type' type-name='item_type'/>
<int16_t name='item_subtype' refers-to='(item-subtype-target $$._parent.item_type $)'/>
<int16_t name='mat_type' ref-target='material' aux-value='$$.mat_index'/>
Expand Down Expand Up @@ -200,7 +199,6 @@
</enum-type>

<class-type type-name='reaction_product_item_improvementst' inherits-from='reaction_product'>
<stl-string/>
<stl-string name="target_reagent"/>

<enum base-type='int32_t' name='improvement_type' type-name='improvement_type'/>
Expand Down

0 comments on commit ffa9c38

Please sign in to comment.