X(NEW(NadeSource), _("Nades"), "gametype_ft") \
X(NEW(MonsterSource), _("Monsters"), "gametype_lms") \
X(NEW(VehicleSource), _("Vehicles"), "gametype_rc") \
+ X(NEW(VehicleSource), _("Turrets"), "gametype_as") \
+ X(NEW(MutatorSource), _("Mutators"), "gametype_nb") \
X(NEW(MapSource), _("Maps"), "gametype_ctf") \
if (cvar("developer")) X(NEW(DebugSource), _("Debug"), "gametype_ons") \
/**/
#include "../../common/vehicles/all.qh"
REGISTRY_SOURCE(VehicleSource, vehicle_info, VEH_COUNT)
+#include "../../common/mutators/base.qh"
+REGISTRY_SOURCE(MutatorSource, MUTATORS, MUTATORS_COUNT)
+
CLASS(MapSource, DataSource)
METHOD(MapSource, getEntry, entity(int i, void(string, string) returns)) {
if (!MapInfo_Get_ByID(i)) return DataSource_false;