1 from trading
import trading
2 from random_encounters
import random_encounters
3 from difficulty
import difficulty
4 import dynamic_universe
19 def __init__ (self,sigdis, detectiondis, gendis, minships, genships, fighterprob, enemyprob, capprob, credits_to_maximize_difficulty, capdist):
20 Director.Mission.__init__(self)
21 self.
loops=(difficulty (credits_to_maximize_difficulty),
22 random_encounters (sigdis, detectiondis, gendis, minships,genships,fighterprob,enemyprob,capprob,capdist),
36 print "ending briefing"
41 print "ending briefing"