mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
Changes to MissionObjective, started working on player bounties
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user