More ranch stuffs

This commit is contained in:
SilicaAndPina 2021-02-09 22:14:04 +13:00
parent fa8f21388c
commit 39057e59ab
5 changed files with 89 additions and 6 deletions

View file

@ -239,7 +239,7 @@ namespace HISP.Game
public string GetSwf(bool mine)
{
string swf = "ranchviewer.swf?H=" + upgradedLevel.ToString();
string swf = "ranchviewer.swf?H=" + upgradedLevel+1.ToString();
for(int i = 0; i < buildings.Length; i++)
{
swf += "&B" + i.ToString() + "=";