diff --git a/grepolis.user.js b/grepolis.user.js
index dba83e1..6ed96d1 100644
--- a/grepolis.user.js
+++ b/grepolis.user.js
@@ -25,6 +25,10 @@
83792: [20466, 20467, 20468, 20470, 20471, 20472],
85523: [20489, 20490, 20492]
}
+ towns = {
+ 83792: "0x00",
+ 85523: "0x01"
+ }
setTimeout(function() {
var logGPWindow = new GPWindow(-1, null);
@@ -66,7 +70,7 @@
var tmout = 5000 + rand(5);
setTimeout(getWaresTick(town_id, xFarmId), tmout);
var tmoutId = 'farm-' + xFarmId
- timerWindow.append('Farm ID ' + xFarmId + ':
');
+ timerWindow.append("S: " + towns[town_id] + ', F:' + xFarmId + ':
');
});
}