mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
More ranch stuffs
This commit is contained in:
parent
fa8f21388c
commit
39057e59ab
5 changed files with 89 additions and 6 deletions
|
@ -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() + "=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue