R31: Instant-gib 3 TA: Nailgun

This commit is contained in:
Izuru Yakumo
2025-07-20 08:13:58 -03:00
parent f78ef8aff6
commit f78e3b1164
3 changed files with 9 additions and 1 deletions

View File

@@ -1996,6 +1996,10 @@ else
client->ps.stats[STAT_WEAPONS] |= ( 1 << WP_GAUNTLET );
client->ps.ammo[WP_GAUNTLET] = -1;
}
if(g_instantgib.integer > 2) {
client->ps.stats[STAT_WEAPONS] |= ( 1 << WP_NAILGUN );
client->ps.ammo[WP_NAILGUN] = -1;
}
}
if (g_weaponarena.integer == 1) {
client->ps.stats[STAT_WEAPONS] = ( 1 << WP_GAUNTLET );