Merge pull request #101 from Dremor8484/patch-1

Update g_items.c
This commit is contained in:
Yamagi 2023-03-25 17:16:31 +01:00 committed by GitHub
commit f762ee6116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -405,9 +405,9 @@ Pickup_Pack(edict_t *ent, edict_t *other)
other->client->pers.max_slugs = 100;
}
if (other->client->pers.max_flechettes < 200)
if (other->client->pers.max_flechettes < 300)
{
other->client->pers.max_flechettes = 200;
other->client->pers.max_flechettes = 300;
}
if (g_disruptor->value)