mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
Fix Training not showing in barns.
Fix Crash on invalid ranch loading Add "Player here" click message.
This commit is contained in:
parent
2d2d6235e3
commit
afc232352d
6 changed files with 34 additions and 2 deletions
|
@ -12,6 +12,9 @@ namespace HISP.Game
|
|||
// Mod isle
|
||||
public static string ModIsleMessage;
|
||||
|
||||
// Click
|
||||
public static string PlayerHereFormat;
|
||||
|
||||
// Ranch
|
||||
public static string RanchUnownedRanchFormat;
|
||||
public static string RanchYouCouldPurchaseThisRanch;
|
||||
|
@ -682,6 +685,11 @@ namespace HISP.Game
|
|||
public static string NothingInterestingHere;
|
||||
|
||||
|
||||
public static string FormatPlayerHereMessage(string playerName)
|
||||
{
|
||||
return PlayerHereFormat.Replace("%USERNAME%", playerName);
|
||||
}
|
||||
|
||||
// Farrier Formats
|
||||
public static string FormatFarrierPutOnSteelShoesAllMesssage(int curShoes, int maxShoes)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue