@@ -716,6 +716,7 @@ function useAmulet() {
716716 adjustMagicMaxLevels ( )
717717 adjustBrythalMaxLevels ( )
718718
719+ data . doneAmulet = true ;
719720 data . currentWage = 1 ;
720721 data . currentJob = "helpScottWithChores" ;
721722 document . getElementById ( "jobTitle" ) . textContent = data . actions [ data . currentJob ] ? actionData [ data . currentJob ] . title : data . currentJob ;
@@ -844,7 +845,6 @@ function lich1Text() {
844845 <li>Legacy, Ancient Coins, and Ancient Whispers</li>
845846 <li>All Attribute, Multiplier, and New Action Upgrades</li>
846847 <li>Unlocked actions in Magic and Infusion</li>
847- <li>(New!) The recorded highest levels on actions</li>
848848 <li>(New!) The level of Turn The Wheel</li>
849849 </ul>
850850
@@ -856,6 +856,7 @@ function lich1Text() {
856856 <li>(New!) All automation settings and custom triggers</li>
857857 <li>(New!) The exp and level of Repose Rebounded</li>
858858 <li>(New!) Death Energy on Repose Rebounded</li>
859+ <li>(New!) The recorded highest levels on actions</li>
859860 </ul>
860861
861862 (New!) You will gain:
@@ -890,7 +891,6 @@ function lich2Text() {
890891 <li>Legacy, Ancient Coins, and Ancient Whispers</li>
891892 <li>All Attribute, Multiplier, and New Action Upgrades</li>
892893 <li>Unlocked actions in Magic and Infusion</li>
893- <li>The recorded highest levels on actions</li>
894894 <li>The level of Turn The Wheel</li>
895895 </ul>
896896
@@ -902,6 +902,7 @@ function lich2Text() {
902902 <li>All automation settings and custom triggers</li>
903903 <li>The exp and level of Repose Rebounded</li>
904904 <li>Death Energy on Repose Rebounded</li>
905+ <li>The recorded highest levels on actions</li>
905906 </ul>
906907
907908 (New!) You will gain:
0 commit comments