Skip to content

Commit

Permalink
Reverted animal operations priority
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoDjango authored Oct 5, 2016
1 parent bb4e324 commit 2d0d21e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Defs/WorkGiverDefs/WorkGivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,29 @@
</requiredCapacities>
<prioritizeSustains>true</prioritizeSustains>
</WorkGiverDef>

<WorkGiverDef>
<defName>DoBillsMedicalAnimalOperation</defName>
<label>operate on animals</label>
<giverClass>WorkGiver_DoBill</giverClass>
<workType>Doctor</workType>
<priorityInType>60</priorityInType>
<billGiversAllAnimals>true</billGiversAllAnimals>
<billGiversAllAnimalsCorpses>true</billGiversAllAnimalsCorpses>
<verb>operate</verb>
<gerund>operating on</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<prioritizeSustains>true</prioritizeSustains>
</WorkGiverDef>

<WorkGiverDef>
<defName>DoctorTreat</defName>
<label>give treatment</label>
<giverClass>WorkGiver_Tend</giverClass>
<workType>Doctor</workType>
<priorityInType>60</priorityInType>
<priorityInType>50</priorityInType>
<prioritizeSustains>true</prioritizeSustains>
<verb>treat</verb>
<gerund>treating</gerund>
Expand All @@ -67,30 +83,14 @@
<label>feed patients</label>
<giverClass>WorkGiver_FeedPatient</giverClass>
<workType>Doctor</workType>
<priorityInType>50</priorityInType>
<priorityInType>40</priorityInType>
<prioritizeSustains>true</prioritizeSustains>
<verb>feed</verb>
<gerund>feeding</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
</WorkGiverDef>

<WorkGiverDef>
<defName>DoBillsMedicalAnimalOperation</defName>
<label>operate on animals</label>
<giverClass>WorkGiver_DoBill</giverClass>
<workType>Doctor</workType>
<priorityInType>40</priorityInType>
<billGiversAllAnimals>true</billGiversAllAnimals>
<billGiversAllAnimalsCorpses>true</billGiversAllAnimalsCorpses>
<verb>operate</verb>
<gerund>operating on</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<prioritizeSustains>true</prioritizeSustains>
</WorkGiverDef>

<WorkGiverDef>
<defName>TakeToBedToOperate</defName>
Expand Down

0 comments on commit 2d0d21e

Please sign in to comment.