* Add unusual XM objects
This commit is contained in:
parent
18e7a8f970
commit
1eb785af1c
@ -133,8 +133,8 @@ window.dialog = function(options) {
|
|||||||
var selector = dialog.find('.ui-dialog-content,.ui-dialog-buttonpane');
|
var selector = dialog.find('.ui-dialog-content,.ui-dialog-buttonpane');
|
||||||
var button = dialog.find('.ui-dialog-titlebar-button-collapse');
|
var button = dialog.find('.ui-dialog-titlebar-button-collapse');
|
||||||
|
|
||||||
// Slide toggle
|
// Slide toggle
|
||||||
$(selector).slideToggle({duration: window.DIALOG_SLIDE_DURATION});
|
$(selector).slideToggle({duration: window.DIALOG_SLIDE_DURATION});
|
||||||
|
|
||||||
if(collapsed) {
|
if(collapsed) {
|
||||||
$(button).removeClass('ui-dialog-titlebar-button-collapse-collapsed');
|
$(button).removeClass('ui-dialog-titlebar-button-collapse-collapsed');
|
||||||
|
@ -43,6 +43,11 @@ window.REDEEM_RESOURCES = {
|
|||||||
return {long: 'Turret', short: 'T'};
|
return {long: 'Turret', short: 'T'};
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
UNUSUAL: {
|
||||||
|
format: function(acquired) {
|
||||||
|
return {long: 'Unusual Object', short: 'U'};
|
||||||
|
}
|
||||||
|
},
|
||||||
EMITTER_A: {
|
EMITTER_A: {
|
||||||
/* resourceWithLevels */
|
/* resourceWithLevels */
|
||||||
format: function(acquired) {
|
format: function(acquired) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user