+1
Under review

Bug in code in script.js at line 18243 "letitem = COMMON.armory[key];"

TheGhostInTheMachine 7 years ago updated 7 years ago 3

In my personal Javascript experience, I think this should be: "let item = COMMON.armory[key]"

+1 Nice bug report. 10/10 would read again.

Under review

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.