Skip to content

Commit

Permalink
Merge pull request #1 from Mehni/B18
Browse files Browse the repository at this point in the history
B18 update
  • Loading branch information
Mehni authored Jan 17, 2018
2 parents 3cfe10b + bd6c70c commit 89c14ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModMetaData>
<name>Food Alert</name>
<author>Mehni</author>
<targetVersion>0.17.0</targetVersion>
<targetVersion>0.18.0</targetVersion>
<url>https://github.com/Mehni/FoodAlert/releases/latest</url>
<description>v0.17.0.1 Initial release.\n\n Shows a persistent alert with the amount of food you currently have in storage, and an estimate of how long stocks will last.</description>
<description>v0.18.0.1\n\n Shows a persistent alert with the amount of food you currently have in storage, and an estimate of how long stocks will last.</description>
</ModMetaData>
1 change: 1 addition & 0 deletions About/PublishedFileId.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1114619043
Binary file modified Assemblies/FoodAlert.dll
Binary file not shown.
8 changes: 7 additions & 1 deletion Languages/English/Keyed/SomeFood.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<LanguageData>

<SomeFood>Food reserves</SomeFood>
<SomeFoodDesc>Food is not of an immediate concern.\n\n Full bars worth of food in storage: {0}\n Colonists and prisoners getting food: {1}\n Days worth of food in storage: {2}\n\nThat is a decent amount of food.</SomeFoodDesc>
<SomeFoodDesc>Food is not of an immediate concern.\n\n Full bars worth of food in storage: {0}\n Colonists and prisoners getting food: {1}\n Days worth of food in storage: {2}</SomeFoodDesc>
<FoodAlert_DaysOfFood>{0} days worth of food</FoodAlert_DaysOfFood>
<FoodAlert_decent>\n\nThat is a decent amount of food.</FoodAlert_decent>
<FoodAlert_bunch>\n\nThat is a bunch of food.</FoodAlert_bunch>
<FoodAlert_solid>\n\nThat is a solid amount of food.</FoodAlert_solid>
<FoodAlert_ridiculous>\n\nThat is an utterly ridiculous amount of food.</FoodAlert_ridiculous>


</LanguageData>

0 comments on commit 89c14ba

Please sign in to comment.