From 7dc4397c111efb8f6d8bed62cbe23d9757ba450d Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Tue, 16 Aug 2016 19:18:24 +0200 Subject: [PATCH] - added new "K162 - Thera" option for wormholes, closed #261 --- js/app/init.js | 3 ++- public/js/v1.1.4/app/init.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/js/app/init.js b/js/app/init.js index 1fcc17e7..fbbf142a 100644 --- a/js/app/init.js +++ b/js/app/init.js @@ -407,7 +407,8 @@ define(['jquery'], function($) { 3: 'K162 - C6 (deadly)', 4: 'K162 - HS', 5: 'K162 - LS', - 6: 'K162 - 0.0' + 6: 'K162 - 0.0', + 7: 'K162 - Thera' } }; diff --git a/public/js/v1.1.4/app/init.js b/public/js/v1.1.4/app/init.js index 1fcc17e7..fbbf142a 100644 --- a/public/js/v1.1.4/app/init.js +++ b/public/js/v1.1.4/app/init.js @@ -407,7 +407,8 @@ define(['jquery'], function($) { 3: 'K162 - C6 (deadly)', 4: 'K162 - HS', 5: 'K162 - LS', - 6: 'K162 - 0.0' + 6: 'K162 - 0.0', + 7: 'K162 - Thera' } };