Revert "Update g_items.c"

This reverts commit 5d767c6b30.

The author didn't give us permission to relicense the code to GPL2.
This commit is contained in:
Yamagi 2023-11-04 11:05:28 +01:00
parent 56b0e0cdc2
commit dfafc40af9

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 < 300)
if (other->client->pers.max_flechettes < 200)
{
other->client->pers.max_flechettes = 300;
other->client->pers.max_flechettes = 200;
}
if (g_disruptor->value)