mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
Make "View Tack" work, still some ordering problems though >_>
This commit is contained in:
parent
3c25795188
commit
6ea23e5870
6 changed files with 112 additions and 32 deletions
|
@ -518,14 +518,10 @@ namespace HISP.Game
|
|||
// Click
|
||||
public static string NothingInterestingHere;
|
||||
|
||||
public static string FormatTackBoost(string stat, int amount)
|
||||
{
|
||||
return TackBonusFormat.Replace("%BOOST%",amount.ToString("N0")).Replace("%STAT%",stat);
|
||||
}
|
||||
|
||||
public static string FormatTackSetPeice(string itemName, string itemDescription, string bonus)
|
||||
public static string FormatTackSetPeice(string itemName, string itemDescription)
|
||||
{
|
||||
return TackSetPeiceFormat.Replace("%ITEMNAME%",itemName).Replace("%ITEMDESC%", itemDescription).Replace("%BONUS%",bonus);
|
||||
return TackSetPeiceFormat.Replace("%ITEMNAME%",itemName).Replace("%ITEMDESC%", itemDescription);
|
||||
}
|
||||
|
||||
public static string FormatTackSetView(int iconId, string tackSetName, string swf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue