mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 13:03:20 +00:00
Made some plugins optional
This commit is contained in:
parent
53191a9e3c
commit
0179109b05
6 changed files with 15 additions and 3 deletions
|
@ -42,7 +42,9 @@ void SetupsTrollCombos() {
|
|||
SetupCombo(combo, "Magnet Galore");
|
||||
combo.AddTroll("Special Magnet");
|
||||
combo.AddTroll("Tank Magnet");
|
||||
#if defined _behavior_included
|
||||
combo.AddTroll("Witch Magnet");
|
||||
#endif
|
||||
|
||||
SetupCombo(combo, "Tank Run Noob");
|
||||
combo.AddTroll("Slow Speed");
|
||||
|
@ -52,7 +54,9 @@ void SetupsTrollCombos() {
|
|||
combo.AddTroll("Slow Speed");
|
||||
combo.AddTroll("Special Magnet");
|
||||
combo.AddTroll("Tank Magnet");
|
||||
#if defined _behavior_included
|
||||
combo.AddTroll("Witch Magnet");
|
||||
#endif
|
||||
combo.AddTroll("Reverse FF", .flags=2);
|
||||
combo.AddTroll("Vomit Player");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue