mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 14:13:20 +00:00
feedthetrolls: Increase gun jam from 30% to 50% chance
This commit is contained in:
parent
904f86ea9b
commit
1bef227e41
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue