Skip to content

Commit

Permalink
Add thrown weapon thingcategories
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Nov 13, 2024
1 parent e628362 commit e8484e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<xpath>Defs/ThingDef[defName="VFEC_Javelin"]</xpath>
<value>
<techLevel>Neolithic</techLevel>
<thingCategories>
<li>WeaponsRanged</li>
</thingCategories>
</value>
</Operation>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<xpath>Defs/ThingDef[defName="VFET_Throwspikes"]</xpath>
<value>
<techLevel>Neolithic</techLevel>
<thingCategories>
<li>WeaponsRanged</li>
</thingCategories>
</value>
</Operation>

Expand Down

0 comments on commit e8484e9

Please sign in to comment.