From ea5e59f53e7baecaa762e78b29686d5902c12379 Mon Sep 17 00:00:00 2001 From: Darin McBride Date: Thu, 22 Jan 2015 22:40:33 -0700 Subject: [PATCH] Add mission IDs and ship IDs. --- buildingMissionCommand.js | 1 + buildingSpacePort.js | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/buildingMissionCommand.js b/buildingMissionCommand.js index 2a8f27e0..ffc18aed 100644 --- a/buildingMissionCommand.js +++ b/buildingMissionCommand.js @@ -94,6 +94,7 @@ if (typeof YAHOO.lacuna.buildings.MissionCommand == "undefined" || !YAHOO.lacuna nLi.innerHTML = ['
', '
', '
',ms.name,'
', + ' Mission ID: ',ms.id,'', '
Posted: ',Lib.formatServerDate(ms.date_posted),'
', '
Max University: ',ms.max_university_level,'
', '
', diff --git a/buildingSpacePort.js b/buildingSpacePort.js index de851d0f..0177aff8 100644 --- a/buildingSpacePort.js +++ b/buildingSpacePort.js @@ -402,7 +402,9 @@ if (typeof YAHOO.lacuna.buildings.SpacePort == "undefined" || !YAHOO.lacuna.buil '
  • ',ship.hold_size,'
  • ', '
  • ',ship.stealth,'
  • ', '
  • ',ship.combat,'
  • ', - '
  • ',ship.max_occupants,'
  • ', ' ', + '
  • ',ship.max_occupants,'
  • ', + '
  • ',ship.id,'
  • ', + ' ', '
    ', '
    ', '
    ', @@ -568,6 +570,7 @@ if (typeof YAHOO.lacuna.buildings.SpacePort == "undefined" || !YAHOO.lacuna.buil '
  • ',ship.max_occupants,'
  • ', '
  • ',ship.stealth,'
  • ', '
  • ',ship.combat,'
  • ', + '
  • ',ship.id,'
  • ', ' ', ' ', '
    ', '
    ', @@ -1342,6 +1346,7 @@ if (typeof YAHOO.lacuna.buildings.SpacePort == "undefined" || !YAHOO.lacuna.buil ' Hold Size:',ship.hold_size,',', ' Stealth:',ship.stealth,'', ' Combat:',ship.combat,'', + ' ID:',ship.id,'', '
    ', ' ', '
    ',