mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-18 04:51:32 +12:00
Add presents and fix bugs
This commit is contained in:
parent
d9cdd05acb
commit
0cf1665a11
12 changed files with 273 additions and 123 deletions
|
@ -41,12 +41,12 @@ namespace HISP.Game
|
|||
if(type == "BURIED")
|
||||
{
|
||||
if(moneyValue == -1)
|
||||
value = GameServer.RandomNumberGenerator.Next(100,5000);
|
||||
value = GameServer.RandomNumberGenerator.Next(100,1500);
|
||||
}
|
||||
else if(type == "RAINBOW")
|
||||
{
|
||||
if (moneyValue == -1)
|
||||
value = GameServer.RandomNumberGenerator.Next(10000, 50000);
|
||||
value = GameServer.RandomNumberGenerator.Next(10000, 30000);
|
||||
}
|
||||
|
||||
if (moneyValue != -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue