Made some plugins optional

This commit is contained in:
Jackz 2022-07-12 23:12:03 -05:00
parent 53191a9e3c
commit 0179109b05
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
6 changed files with 15 additions and 3 deletions

View file

@ -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