Skip to content

Commit

Permalink
- Logic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroGwafa committed Oct 7, 2024
1 parent 6a546fe commit 2766475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ window.setTimeout(function () {
.split(/material storage:? /)[1]
.trim()
.replace(/(\.|')/g, "");
type = "Porter";
if (line.indexOf("imp-souled") > -1) type = "Imp Souled";
if (line.indexOf("Fortune perk") > -1) type = "Fortune";
else type = "Porter";
}
//Fortune Perk/Imp-Souled(material storage full catch)
if (line.indexOf("your bank") > -1) {
Expand Down

0 comments on commit 2766475

Please sign in to comment.