Skip to content

Commit

Permalink
gogog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubwise56 committed Jan 20, 2020
1 parent 5db3c35 commit 8c68c68
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<supportedVersions>
<li>1.0</li>
</supportedVersions>
<description>Adds a sewage system, toilets, bathing, hygiene related needs and mood effects, central heating, water, irrigation, fertilizer, air conditioning, hot tubs, kitchen sinks, you name it!. v2.7.1085\n\nMultiplayer ready</description>
<description>Adds a sewage system, toilets, bathing, hygiene related needs and mood effects, central heating, water, irrigation, fertilizer, air conditioning, hot tubs, kitchen sinks, you name it!. v2.7.1109\n\nMultiplayer ready</description>
</ModMetaData>
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<Manifest>
<identifier>Dubs-Bad-Hygiene</identifier>
<version>2.7.1085</version>
<version>2.7.1109</version>
<manifestUri>https://raw.githubusercontent.com/Dubwise56/Dubs-Bad-Hygiene/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/Dubwise56/Dubs-Bad-Hygiene/releases/latest</downloadUri>
</Manifest>
Binary file added Assemblies/0MultiplayerAPI.dll
Binary file not shown.
Binary file modified Assemblies/BadHygiene.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Defs/ThingDefs_Buildings/BuildingsA_Pipes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<li>DubsBadHygiene.PlaceWorker_Pipe</li>
</placeWorkers>
<tickerType>Never</tickerType>
<drawerType>MapMeshOnly</drawerType>
</ThingDef>

<ThingDef ParentName="DubsDirtyPipeBase">
Expand Down
2 changes: 1 addition & 1 deletion Defs/ThingDefs_Buildings/BuildingsD_WaterManagement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
<ThingDef Name="BasedWaterPump" ParentName="BasedHygieneMom" Abstract="True">
<category>Building</category>
<tickerType>Normal</tickerType>
<drawerType>RealtimeOnly</drawerType>
<!--<drawerType>RealtimeOnly</drawerType>-->
<canOverlapZones>false</canOverlapZones>
<altitudeLayer>Building</altitudeLayer>
<passability>PassThroughOnly</passability>
Expand Down
5 changes: 3 additions & 2 deletions Defs/WorkGiverDefs/WorkGivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@
<label>Administer Fluids</label>
<giverClass>DubsBadHygiene.WorkGiver_AdministerFluids</giverClass>
<workType>Doctor</workType>
<verb>administer fluids</verb>
<gerund>administering fluids</gerund>
<verb>give drink</verb>
<gerund>giving drink</gerund>
<priorityInType>79</priorityInType>
<prioritizeSustains>true</prioritizeSustains>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
<feedHumanlikesOnly>true</feedHumanlikesOnly>
</WorkGiverDef>

<WorkGiverDef>
Expand Down
1 change: 1 addition & 0 deletions Languages/English/Keyed/DubsHygiene.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<LanguageData>

<!--New-->
<NoUnreservedSource>No unreserved water sources of the highest available quality</NoUnreservedSource>
<AllowModdedDrinks>Allow modded drinks</AllowModdedDrinks>
<AllowModdedDrinksTip>Pawns will also be allowed to drink and pack any modded drinks, VGP and RimCuisine drinks can be used default, others will require modding an extension to the def</AllowModdedDrinksTip>
<AllowDrinkPacking>Pack Water Bottles</AllowDrinkPacking>
Expand Down

0 comments on commit 8c68c68

Please sign in to comment.