Skip to content

Commit

Permalink
Build: (d10d0b6) Merge pull request #3 from Ignose/sleaze-res
Browse files Browse the repository at this point in the history
Sleaze res at bar
  • Loading branch information
MrFizzyBubbs committed Dec 22, 2023
1 parent f30d6c1 commit 3f3a801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/crimbo/crimbo.js
Original file line number Diff line number Diff line change
Expand Up @@ -8299,7 +8299,7 @@ var setup = {
return have($skill(_templateObject923 || (_templateObject923 = _taggedTemplateLiteral25(["Cannelloni Cocoon"]))));
},
completed: function() {
return (0, import_kolmafia35.myHp)() / (0, import_kolmafia35.myMaxhp)() >= 0.75;
return (0, import_kolmafia35.myHp)() / (0, import_kolmafia35.myMaxhp)() >= (args.zone === "bar" ? 1 : 0.75);
},
do: function() {
(0, import_kolmafia35.useSkill)($skill(_templateObject1019 || (_templateObject1019 = _taggedTemplateLiteral25(["Cannelloni Cocoon"]))));
Expand Down Expand Up @@ -9038,7 +9038,7 @@ var location2 = $location(_templateObject301 || (_templateObject301 = _taggedTem
}, drunkSpec, affiliationSpec(), orbSpec(location2));
},
effects: function() {
return $effects(_templateObject2101 || (_templateObject2101 = _taggedTemplateLiteral31(["Blood Bond, Empathy, Leash of Linguini"]))).filter(function(effect) {
return $effects(_templateObject2101 || (_templateObject2101 = _taggedTemplateLiteral31(["Blood Bond, Empathy, Leash of Linguini, Elemental Saucesphere, Scarysauce, Astral Shell, Feeling Peaceful"]))).filter(function(effect) {
return have((0, import_kolmafia40.toSkill)(effect));
});
},
Expand Down

0 comments on commit 3f3a801

Please sign in to comment.