Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-dolkens authored Jun 10, 2020
2 parents 50b2639 + ff27647 commit 60e8352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_resources/HangarXPLOR.ProcessItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ HangarXPLOR.ProcessItem = function()
this.isTrophy = (titleParts[0] == "Trophy");
this.isPoster = (titleParts[0] == "Posters");
this.isFishtank = (titleParts[0] == "Fishtank");
this.isReward = (titleParts[0] == "Reward" || pledgeName.indexOf("VIP") == 0); // TODO: Add UEE Towel and Omni Role Combat Armor (ORC) MK9 to this (May 09, 2014)
this.isReward = (titleParts[0] == "Reward" || pledgeName.indexOf("VIP") == 0 || pledgeName.indexOf("Referral") == 0); // TODO: Add UEE Towel and Omni Role Combat Armor (ORC) MK9 to this (May 09, 2014)
this.isSpacePlant = (titleParts[0] == "Space Plant");
this.isSpaceGlobe = (titleParts[0] == "Space Globes");
this.isModel = (pledgeName.indexOf("Takuetsu") > -1);
Expand Down
2 changes: 2 additions & 0 deletions src/web_resources/HangarXPLOR.Ships.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ HangarXPLOR._ships = [
{ 'name': '890 JUMP', 'thumbnail': '/media/aokcb6ay0i0jpr/heap_infobox/890_beautyShot-Concept_V01High_NF_140709.jpg' },
{ 'name': 'Apollo Triage', 'thumbnail': '/media/rb5f1w3fwj91qr/heap_infobox/RSI_Apollo_landed_topview_03_AL_Pj01-Squashed.jpg' },
{ 'name': 'Apollo', 'thumbnail': '/media/qtbgmjijc8g1vr/heap_infobox/RSI_Apollo_Promo_Recovery_Drone_AL01_PJ01-Squashed.jpg' },
{ 'name': 'Ares Inferno', 'thumbnail': 'https://media.robertsspaceindustries.com/jkw5h6088fryi/heap_infobox.jpg' },
{ 'name': 'Ares Ion', 'thumbnail': 'https://media.robertsspaceindustries.com/711aanrxslfo9/heap_infobox.jpg' },
{ 'name': 'Aurora CL', 'thumbnail': '/media/fh1gtu93mndsur/heap_infobox/Rsi_aurora_cl_storefront_visual.jpg' },
{ 'name': 'Aurora ES', 'thumbnail': '/media/9u8061zhf29fir/heap_infobox/Rsi_aurora_es_storefront_visual.jpg' },
{ 'name': 'Aurora LN', 'thumbnail': '/media/ljgowkr9tdwetr/heap_infobox/Rsi_aurora_ln_storefront_visual.jpg' },
Expand Down

0 comments on commit 60e8352

Please sign in to comment.