Add 1 million bucks

This commit is contained in:
SilicaAndPina 2021-02-07 16:26:22 +13:00
parent 48c9760599
commit 15eb93ea77
5 changed files with 51 additions and 9 deletions

View file

@ -244,6 +244,7 @@ namespace HISP.Game
public static string HorseEntryFormat;
public static string ViewBaiscStats;
public static string ViewAdvancedStats;
public static string HorseBuckedYou;
public static string HorseRidingMessageFormat;
public static string HorseNameFormat;
@ -469,6 +470,7 @@ namespace HISP.Game
public static string YouLostAnItemFormat;
public static string YouEarnedMoneyFormat;
public static string BeatHighscoreFormat;
public static string BeatBestHighscore;
public static string BeatBestTimeFormat;
// Abuse Report
@ -574,6 +576,9 @@ namespace HISP.Game
public static string KickReasonIdleFormat;
public static string KickReasonNoTime;
// Password
public static string IncorrectPasswordMessage;
// Swf
public static string BoatCutscene;
public static string WagonCutscene;

View file

@ -73,7 +73,7 @@ namespace HISP.Game
Database.SetWeather(Name, value);
foreach(User user in GameServer.GetUsersInIsle(this,true,true))
{
GameServer.UpdateWeather(user.LoggedinClient);
GameServer.UpdateWorld(user.LoggedinClient);
}
}
}