/* =========================================================================== (C) 2010 by Sago007 and Zimmermann Gyula This file is part of OpenArena and is based upon Mr. Elusive's fuzzy logic system found in Quake 3 Arena. This file is aimed to make all Quake 3 bots compatible without any required modifying from the user. OpenArena is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. OpenArena is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Foobar; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ #define FPH FS_HEALTH #define FPA FS_ARMOR #define SGW W_SHOTGUN #define MGW W_MACHINEGUN #define GLW W_GRENADELAUNCHER #define RLW W_ROCKETLAUNCHER #define RGW W_RAILGUN #define BFW W_BFG10K #define LGW W_LIGHTNING #define PGW W_PLASMAGUN #define PXW W_GRENADELAUNCHER #define NGW W_SHOTGUN #define CGW W_PLASMAGUN #define GSGW GWW_SHOTGUN #define GMGW GWW_MACHINEGUN #define GGLW GWW_GRENADELAUNCHER #define GRLW GWW_ROCKETLAUNCHER #define GRGW GWW_RAILGUN #define GBFW GWW_BFG10K #define GLGW GWW_LIGHTNING #define GPGW GWW_PLASMAGUN #define GPXW GWW_GRENADELAUNCHER #define GNGW GWW_SHOTGUN #define GCGW GWW_PLASMAGUN #define TELW W_TELEPORTER #define MEDW W_MEDKIT #define QW W_QUAD #define ENVW W_ENVIRO #define HAW W_HASTE #define INW W_INVISIBILITY #define REGW W_REGEN #define FLW W_FLIGHT #define KAMW W_FLIGHT #define IBW W_REGEN #define PORW W_TELEPORTER #define SCW W_ENVIRO #define GUW W_REGEN #define DUBW W_QUAD #define AMRW W_REGEN #define REDCW FLAG_WEIGHT #define BLCW FLAG_WEIGHT #define FGW FLAG_WEIGHT #include "fuzi.c"