Changes to MissionObjective, started working on player bounties

This commit is contained in:
Waverunner
2014-04-28 17:37:23 -04:00
parent 251ce17612
commit b0e2a490f6
19 changed files with 461 additions and 80 deletions
@@ -1,9 +1,7 @@
from resources.common import TerminalType
import sys
def setup(core, object):
core.mapService.addLocation(object.getPlanet(), 'Mission Terminal', object.getPosition().x, object.getPosition().z, 41, 44, 0)
object.setAttachment("terminalType", TerminalType.MISSION_GENERIC)
object.setAttachment("terminalType", 1)
return
@@ -1,4 +1,5 @@
import sys
def setup(core, object):
object.setAttachment("terminalType", 2)
return