Skip to content

Commit

Permalink
AI: FIX: no knife + Carved Turkey on Plate
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcurus committed Jan 19, 2024
1 parent ba5ceae commit 512c4f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlife/auto/AiBase.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3251,7 +3251,7 @@ abstract class AiBase {
this.profession['BAKER'] = 3; // TODO set to 2 once in a while to check for bread stuff???

// Carved Turkey on Plate 2187
if (shortCraft(560, 2187, 20, false)) return true;
// if (shortCraft(560, 2187, 20, false)) return true;

// Baker needs Carrots!
if (doPlantCarrots(2, 10)) return true;
Expand Down
Binary file modified server.hl
Binary file not shown.

0 comments on commit 512c4f2

Please sign in to comment.