1 from trading
import trading
2 from random_encounters
import random_encounters
4 from difficulty
import difficulty
5 import dynamic_universe
15 def __init__ (self,sigdis, detectiondis, gendis, minships, genships, fighterprob, enemyprob, capprob, credits_to_maximize_difficulty, capdist):
17 Director.Mission.__init__(self)
19 self.
loops=(difficulty (credits_to_maximize_difficulty),
20 random_encounters (sigdis, detectiondis, gendis, minships,genships,fighterprob,enemyprob,capprob,capdist),
32 print "ending briefing"
37 print "ending briefing"