diff --git a/ReallifeGamemode.Server/Events/Weapon.cs b/ReallifeGamemode.Server/Events/Weapon.cs index eb73287e..c32f22c0 100644 --- a/ReallifeGamemode.Server/Events/Weapon.cs +++ b/ReallifeGamemode.Server/Events/Weapon.cs @@ -102,7 +102,7 @@ namespace ReallifeGamemode.Server.Events SLOT_PRIMARY => 500, SLOT_SECONDARY => 250, SLOT_MEELE => 1, - SLOT_SPECIAL => 20, + SLOT_SPECIAL => 30, _ => 1 };