mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 18:03:21 +00:00
Add new trolls, fix inface targetting, fix a lot
This commit is contained in:
parent
6e323b26d2
commit
16e676d56d
11 changed files with 415 additions and 199 deletions
|
@ -86,5 +86,10 @@ void SetupsTrollCombos() {
|
|||
combo.AddTroll("Dull Melee", .flags=2);
|
||||
combo.AddTroll("Temp Health Quick Drain");
|
||||
|
||||
SetupCombo(combo, "Blindness");
|
||||
combo.AddTroll("Vomit Player", 0, TrollMod_Constant);
|
||||
combo.AddTroll("Shakey Camera", .flags=16);
|
||||
combo.AddTroll("Randomize Angles", .flags=16);
|
||||
|
||||
PrintToServer("[FTT] Loaded %d troll combos", combos.Length);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue