game_shared/singleplay_gamerules.cpp
383384385386387388389//========================================================= bool CSingleplayRules::FAllowNPCs( void ) { return true; } #endif383384385386387388389390//========================================================= bool CSingleplayRules::FAllowNPCs( void ) { //return true; return false; // Jiggles: No need for NPCs in FF :) } #endif