+1
Under review
Bug in code in script.js at line 18243 "letitem = COMMON.armory[key];"
In my personal Javascript experience, I think this should be: "let item = COMMON.armory[key]"
Customer support service by UserEcho
+1 Nice bug report. 10/10 would read again.
Ahoy. It seems that your browser is a bit outdated. Please use newest version of Chrome or Firefox. May I know what is your browser?
Hello,
I am using the latest version of Firefox Developer Edition (it's what I use for JS) though I play the game in chrome.
EDIT:
Went through the source again. I see you have changed it. Thank you.