diff --git a/Assemblies/Manager.dll b/Assemblies/Manager.dll index f0ad304a..f70feadd 100644 Binary files a/Assemblies/Manager.dll and b/Assemblies/Manager.dll differ diff --git a/Readme.md b/Readme.md index 3f6fa9e5..00e8fc81 100644 --- a/Readme.md +++ b/Readme.md @@ -77,6 +77,9 @@ All original content (e.g. text, imagery, sounds) in this mod is licensed under Parts of the code in this mod, and some of the content may be licensed by their original authors. If this is the case, the original author & license will either be given in the source code, or be in a LICENSE file next to the content. Please do not decompile my mods, but use the original source code available on [GitHub](https://github.com/fluffy-mods/ColonyManager/), so license information in the source code is preserved. +Parts of this mod were created by, or derived from works created by; +- DinosoftLabs: mustache icon ([BY-NC](https://www.flaticon.com/authors/dinosoftlabs)) +- Smashicons: top hat icon ([BY-NC](https://www.flaticon.com/authors/smashicons)) ![Are you enjoying my mods?](https://banners.karel-kroeze.nl/title/Are%20you%20enjoying%20my%20mods%3F.png) diff --git a/Source/ManagerTabs/ManagerTab_Livestock.cs b/Source/ManagerTabs/ManagerTab_Livestock.cs index e25e623b..863869ad 100644 --- a/Source/ManagerTabs/ManagerTab_Livestock.cs +++ b/Source/ManagerTabs/ManagerTab_Livestock.cs @@ -469,7 +469,7 @@ private float DrawAreaRestrictionsSection(Vector2 pos, float width) { var unavailableLabelRect = new Rect(pos.x, pos.y, width, ListEntryHeight); unavailableLabelRect.xMin += Margin; - Label(unavailableLabelRect, "FM.Livestock.DisabledBecauseRoamingAnimal".Translate(), "FM.Livestock.DisabledBecauseRoamingAnimalTip".Translate(), TextAnchor.MiddleLeft, + Label(unavailableLabelRect, "FM.Livestock.DisabledBecauseRoamingAnimal".Translate(_selectedCurrent.Trigger.pawnKind.GetLabelPlural()), "FM.Livestock.DisabledBecauseRoamingAnimalTip".Translate(_selectedCurrent.Trigger.pawnKind.GetLabelPlural()), TextAnchor.MiddleLeft, color: Color.grey); return ListEntryHeight; } diff --git a/modinfo.json b/modinfo.json index 29bfe363..3100b8dc 100644 --- a/modinfo.json +++ b/modinfo.json @@ -6,7 +6,7 @@ "version": { "major": 5, "minor": 0, - "build": 663 + "build": 664 }, "author": { "name": "Fluffy", @@ -19,6 +19,15 @@ "url": "https://github.com/fluffy-mods/ColonyManager" }, "changelog": [ + { + "date": "2021-07-27T16:08:10.000Z", + "message": "update preview image", + "author": { + "name": "Fluffy", + "email": "fluffy.l2032@gmail.com" + }, + "hash": "a34393ab46feb6d6bea24c3c9d0d0ed1a0cf3954" + }, { "date": "2021-07-27T15:15:06.000Z", "message": "remove area management for roaming animals",