mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 20:25:51 +12:00
Add 1 million bucks
This commit is contained in:
parent
48c9760599
commit
15eb93ea77
5 changed files with 51 additions and 9 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue