Skip to content

Commit

Permalink
Added refuelling to Cooking
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoDjango authored Oct 14, 2016
1 parent 54c5a94 commit 347b280
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Defs/WorkGiverDefs/WorkGivers.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
<?xml version="1.0" encoding="utf-8" ?>
<WorkGivers>

<!-- ============= Cooking ============= -->

<WorkGiverDef>
<defName>CookRefuel</defName>
<label>refuel (cooking)</label>
<giverClass>WorkGiver_Refuel</giverClass>
<workType>Cooking</workType>
<verb>refuel</verb>
<gerund>refueling</gerund>
<priorityInType>60</priorityInType>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<prioritizeSustains>true</prioritizeSustains>
</WorkGiverDef>

<!-- ============= Construction ============= -->

<WorkGiverDef>
Expand Down

0 comments on commit 347b280

Please sign in to comment.