feedthetrolls: Increase gun jam from 30% to 50% chance

This commit is contained in:
Jackzie 2021-01-18 16:00:57 -06:00
parent 904f86ea9b
commit 1bef227e41
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
2 changed files with 1 additions and 2 deletions

View file

@ -157,7 +157,6 @@ void ApplyModeToClient(int client, int victim, trollMode mode, TrollModifer modi
ReplyToCommand(client, "Invalid modifier for mode.");
return;
}
//TODO: Implement swarm
}
case Troll_GunJam: {
int wpn = GetClientWeaponEntIndex(victim, 0);