Skip to content

Commit

Permalink
[fixed] Coa2 rebel mission terminal position
Browse files Browse the repository at this point in the history
Change-Id: I3075af6799c1c09412ddab600b1cc6d9e8a0bbbc
  • Loading branch information
Miztah committed Sep 24, 2018
1 parent 2107ceb commit f25eaab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -578,7 +578,7 @@ function Coa2Screenplay:startMissionFive(pPlayer, conversingNPC, faction)
cellID = SceneObject(pCell):getObjectID()
writeData(playerID .. ":coaTowerCellID", cellID)

local pTerminal = spawnSceneObject(SceneObject(pTower):getZoneName(), "object/tangible/theme_park/alderaan/act2/relay_station_terminal.iff", 0, 3.6, 0.2, cellID, 0)
local pTerminal = spawnSceneObject(SceneObject(pTower):getZoneName(), "object/tangible/theme_park/alderaan/act2/relay_station_terminal.iff", 0, 0, 0, cellID, math.rad(180))

if pTerminal == nil then
CreatureObject(pPlayer):sendSystemMessage(file .. ":m5_init_failure")
Expand Down

0 comments on commit f25eaab

Please sign in to comment.