Half-Life: Start with suit in deathmatch.

This commit is contained in:
Marco Cawthorne 2019-09-01 10:08:31 +02:00
parent 05980cfb3e
commit afa60a0482
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ void Game_PutClientInServer(void)
pl.ammo_9mm = 68;
Weapons_AddItem(pl, WEAPON_CROWBAR);
Weapons_AddItem(pl, WEAPON_GLOCK);
pl.g_items |= ITEM_SUIT;
}
}