Add new trolls, fix inface targetting, fix a lot

This commit is contained in:
Jackz 2023-09-29 18:00:26 -05:00
parent 6e323b26d2
commit 16e676d56d
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
11 changed files with 415 additions and 199 deletions

View file

@ -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);
}