resetting correct noclip spawn rate

This commit is contained in:
Clément Le Bihan
2021-06-18 16:28:30 +02:00
parent cdba078231
commit afc1fda08e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ namespace BBM {
{SPEEDUP, 45.0f},
{BOMBSTOCK, 30.0f},
{EXPLOSIONINC, 15.0f},
{NOCLIP, 70.5f},
{NOCLIP, 1.5f},
};
std::uniform_int_distribution<int> distribution(1,1000);
float value = (distribution(generator) / 10);