Skip to content

Commit

Permalink
Update heirlooms.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorn192 authored Sep 6, 2020
1 parent 905ca09 commit 2492eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/heirlooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function evaluateHeirloomMods2(loom, location) {
else if (raretokeep == 'Magmatic') raretokeep = 7;
else if (raretokeep == 'Plagued') raretokeep = 8;
else if (raretokeep == 'Radiating') raretokeep = 9;
else if (raretokeep == 'Hazardous') raretokeep = 9;

if (location.includes('Equipped'))
loom = game.global[location];
Expand Down

0 comments on commit 2492eb2

Please sign in to comment.