Skip to content

Commit

Permalink
Build: (57f02f8) Merge pull request #17 from loathers/reprioritize-gnome
Browse files Browse the repository at this point in the history
prioritize gnome again
  • Loading branch information
horrible-little-slime committed Dec 24, 2024
1 parent 110c0f5 commit 58455b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/crimbo/crimbo.js
Original file line number Diff line number Diff line change
Expand Up @@ -25203,6 +25203,9 @@ var adventuresFamiliars = function(allowEquipment) {
if (((_options$location = options.location) === null || _options$location === void 0 ? void 0 : _options$location.zone) === "Holiday Islands") {
if (args.shrub && get("shrubGifts") === "gifts")
return $familiar(_templateObject4125 || (_templateObject4125 = _taggedTemplateLiteral88(["Crimbo Shrub"])));
var adventuresFamiliar = adventuresFamiliars(options.allowEquipment).find(have);
if (adventuresFamiliar)
return adventuresFamiliar;
if (have($familiar(_templateObject5101 || (_templateObject5101 = _taggedTemplateLiteral88(["Peace Turkey"])))))
return $familiar(_templateObject668 || (_templateObject668 = _taggedTemplateLiteral88(["Peace Turkey"])));
}
Expand Down

0 comments on commit 58455b3

Please sign in to comment.