Translations:Difficulty scaling/43/en: Difference between revisions
Jump to navigation
Jump to search
Importing a new version from external source |
(No difference)
|
Latest revision as of 01:33, 11 May 2020
// otherwise, just go down the list until we reach the end or a weapon which
// requires more points. this will possibly upgrade the weapon (e.g. Knight -> Royal).
if (this->weapon_points <= entry["value"])
break;