Skip to content

Commit

Permalink
AI: dont steak sgaft from Partial Pulley Mechanism and Multipurpose N…
Browse files Browse the repository at this point in the history
…ewcomen Engine
  • Loading branch information
Arcurus committed Nov 16, 2023
1 parent b67095f commit df44bea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openlife/settings/ServerSettings.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3384,6 +3384,14 @@ class ServerSettings {
var trans = transitions.getTransition(0, 1121, false, false);
trans.aiShouldIgnore = true;

// Partial Pulley Mechanism 2264
var trans = transitions.getTransition(0, 2264);
trans.aiShouldIgnore = true;

// Multipurpose Newcomen Engine 2243
var trans = transitions.getTransition(0, 2243);
trans.aiShouldIgnore = true;

// Bowl with Corn Kernels 1247 + Bucket of Corn 4110 (untill circular crafting is fixed)
// var trans = transitions.getTransition(1247, 4110);
// trans.aiShouldIgnore = true;
Expand Down
Binary file modified server.hl
Binary file not shown.

0 comments on commit df44bea

Please sign in to comment.