mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 11:23: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
|
@ -18,7 +18,9 @@ void SetupTrolls() {
|
|||
AddMagnetFlags(index);
|
||||
index = SetupTroll("Tank Magnet", "Attracts ALL tanks to any alive target with this troll enabled", TrollMod_Constant);
|
||||
AddMagnetFlags(index);
|
||||
#if defined _behavior_included
|
||||
index = SetupTroll("Witch Magnet", "All witches when startled will target any player with this troll", TrollMod_Constant);
|
||||
#endif
|
||||
// fireSpitMagnetTrollIndex = SetupTroll("Fire & Acid Magnet", "Make the player gravitate toward danger", TRollMod_Constant);
|
||||
|
||||
/// CATEGORY: Infected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue