DinoDevs / GladiatusCrazyAddon

This was "A browser addon for the Gladiatus browser game."
https://gladiatus.dinodevs.com
GNU General Public License v3.0
41 stars 32 forks source link

merchants color search #360

Closed Elderly-Emre closed 2 years ago

Elderly-Emre commented 2 years ago

Source/core/source/merchant.js

74 --------- if (color === this.qualities[0]) option.selected = true; 74 --------- if (color === this.qualities[3]) option.selected = true;

wouldn't it be easier like that? when i open the merchant we can search purple or higher directly.

FrutyX commented 2 years ago

I think I agree, usually everyone search for purple +, however @GramThanos made this, so I won't touch it without him saying or doing so.

FrutyX commented 2 years ago

Implemented in v4.3.6, closing, re-open if needed.