The InitTeamScript still adds scores of weapons and fighters left over from the debug version's Hurricane MS. Specifically, the following 4 lines should be commented out (or deleted):
mothership:AddModuleToInventory("AC5", 20);
mothership:AddModuleToInventory("PLC3", 20);
mothership:AddShipToInventory("gw_Butcher_pl0",20) ;
mothership:AddShipToInventory("hatchet_pl0",20);
|