fix rubellos
This commit is contained in:
@@ -24,7 +24,7 @@ namespace ReallifeGamemode.Server.Inventory.Items
|
||||
public override bool Use(Player player, User user, DatabaseContext databaseContext)
|
||||
{
|
||||
Random random = new Random();
|
||||
int randomNumber = random.Next(1, 2);
|
||||
int randomNumber = random.Next(1, 4);
|
||||
if (randomNumber == 1)
|
||||
{
|
||||
user.Handmoney += 1000;
|
||||
|
||||
Reference in New Issue
Block a user