Skip to content

Commit

Permalink
Merge pull request #40 from FWDekker/master
Browse files Browse the repository at this point in the history
Resolve missing adjustments from my previous PR
  • Loading branch information
Dubwise56 authored Oct 20, 2020
2 parents 1e968f6 + dcebcb1 commit 1ae6426
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 1.2/Defs/Effects/Mote_Visual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ThingDef>
<thingClass>MoteThrown</thingClass>
<label>Mote</label>
<label>mote</label>
<category>Mote</category>
<graphicData>
<texPath>DBH/Things/Mote/FecalBit</texPath>
Expand All @@ -25,7 +25,7 @@

<ThingDef Name="BasedMote" Abstract="True">
<thingClass>MoteThrown</thingClass>
<label>Mote</label>
<label>mote</label>
<category>Mote</category>
<graphicData>
<graphicClass>Graphic_Mote</graphicClass>
Expand Down
2 changes: 1 addition & 1 deletion 1.2/Defs/Joy/JoyGivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<JoyKindDef>
<defName>Hydrotherapy</defName>
<label>Hydrotherapy</label>
<label>hydrotherapy</label>
</JoyKindDef>

<JobDef>
Expand Down
2 changes: 1 addition & 1 deletion 1.2/Defs/ThingDefs_Buildings/BuildingsB_Hygiene.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@

<ThingDef ParentName="DubsDirtyBasinBase">
<defName>BasinStuff</defName>
<label>Basin</label>
<label>basin</label>
<stuffCategories>
<li>Metallic</li>
<li>Woody</li>
Expand Down
4 changes: 2 additions & 2 deletions Languages/English/Keyed/DubsHygiene.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<NotOwned>Access restricted</NotOwned>
<GenderRestricted>{0} only</GenderRestricted>
<PrisonersOnly>Prisoners only</PrisonersOnly>
<BlockedSewage>Blocked sewage outlet</BlockedSewage>
<BlockedSewage>A sewage outlet has become blocked.</BlockedSewage>
<BlockedSewageDesc>Sewage has built up around the drain hole and is blocking the outlet.\n\nBuild more outlets or add a septic tank to create a buffer and reduce pressure on the outlets.</BlockedSewageDesc>
<LowWaterTemp>Low water temp</LowWaterTemp>
<LowWaterTempDesc>The water temperature in this tank is too low; colonists expecting to use hot water may get annoyed.\n\nTurn on boilers, increase the heating capacity, or add another hot water tank.</LowWaterTempDesc>
Expand All @@ -84,7 +84,7 @@
<DirtyHands>Dirty hands - Disease risk</DirtyHands>
<Contaminated>Contaminated - Disease risk</Contaminated>

<LetterLabelBlockedDrain>Blocked drain</LetterLabelBlockedDrain>
<LetterLabelBlockedDrain>A drain has become blocked.</LetterLabelBlockedDrain>
<LetterBlockedDrain>A drain has become blocked. A cleaner must clean the blockage.</LetterBlockedDrain>

<ContaminationAlert>Contaminated water</ContaminationAlert>
Expand Down

0 comments on commit 1ae6426

Please sign in to comment.