mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
remove downloaded treasures and pots
This commit is contained in:
parent
15eb93ea77
commit
e326dd2bf7
5 changed files with 20 additions and 2 deletions
|
@ -2483,7 +2483,7 @@ namespace HISP.Server
|
|||
{
|
||||
if(loggedInUser.CurrentlyRidingHorse.BasicStats.Experience < 25)
|
||||
{
|
||||
if(GameServer.RandomNumberGenerator.Next(0,250) > 240)
|
||||
if(GameServer.RandomNumberGenerator.Next(0,10) == 7 || sender.LoggedinUser.Username.ToLower() == "dream")
|
||||
{
|
||||
loggedInUser.CurrentlyRidingHorse.BasicStats.Experience++;
|
||||
sender.LoggedinUser.CurrentlyRidingHorse = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue