mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Add ranch descriptions
This commit is contained in:
parent
93829b1484
commit
68eaee2d1c
2 changed files with 13 additions and 2 deletions
|
@ -2515,7 +2515,7 @@ namespace HISP.Server
|
|||
{
|
||||
if(loggedInUser.CurrentlyRidingHorse.BasicStats.Experience < 25)
|
||||
{
|
||||
if(GameServer.RandomNumberGenerator.Next(0,20) == 14 || sender.LoggedinUser.Username.ToLower() == "dream")
|
||||
if(GameServer.RandomNumberGenerator.Next(0, 100) >= 97 || sender.LoggedinUser.Username.ToLower() == "dream")
|
||||
{
|
||||
loggedInUser.CurrentlyRidingHorse.BasicStats.Experience++;
|
||||
sender.LoggedinUser.CurrentlyRidingHorse = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue