mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-10 06:42:21 +00:00
commit
f762ee6116
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue